@@ -82,7 +82,7 @@ export function LoginFormPart(props: LoginFormPartProps) {
loading={result.loading}
onClick={() => execute(mnemonic, device)}
>
- LET ME IN!
+ {t("auth.login.submit")}
diff --git a/src/pages/parts/auth/PassphraseGeneratePart.tsx b/src/pages/parts/auth/PassphraseGeneratePart.tsx
index e796e5a1..43b4518c 100644
--- a/src/pages/parts/auth/PassphraseGeneratePart.tsx
+++ b/src/pages/parts/auth/PassphraseGeneratePart.tsx
@@ -1,4 +1,5 @@
import { useMemo } from "react";
+import { useTranslation } from "react-i18next";
import { genMnemonic } from "@/backend/accounts/crypto";
import { Button } from "@/components/buttons/Button";
@@ -16,18 +17,21 @@ interface PassphraseGeneratePartProps {
export function PassphraseGeneratePart(props: PassphraseGeneratePartProps) {
const mnemonic = useMemo(() => genMnemonic(), []);
+ const { t } = useTranslation();
return (
Did you configure it correctly?
+{t("auth.trust.failed.text")}
> ); if (result.loading) cardContent =- Please hold, we are migrating your data. This shouldn't take long. - Also, fuck you. + {t("screens.migration.inProgress")}
{t("search.allResults")}
+{t("home.search.allResults")}
) : ( -{t("search.noResults")}
+{t("home.search.noResults")}
)}{t("search.allFailed")}
+{t("home.search.failed")}
- This action is irreversible. All data will be deleted and nothing - can be recovered. + {t("settings.account.actions.delete.text")}