diff --git a/src/pages/parts/errors/ErrorCard.tsx b/src/pages/parts/errors/ErrorCard.tsx index 93aa7981..4ee4c2ab 100644 --- a/src/pages/parts/errors/ErrorCard.tsx +++ b/src/pages/parts/errors/ErrorCard.tsx @@ -37,7 +37,7 @@ export function ErrorCard(props: { return ( // I didn't put a here because it'd fade out, then jump height weirdly -
+
{t("errors.details")}
@@ -48,13 +48,15 @@ export function ErrorCard(props: { > {hasCopied ? ( <> - - {t("actions.copied")} + + + {t("actions.copied")} + ) : ( <> - - + + {t("actions.copy")}