chore(translations): add missing translation keys

This commit is contained in:
Elias Schneider
2024-11-26 20:58:25 +01:00
parent 38f1626b11
commit e86f93830b
36 changed files with 6747 additions and 3375 deletions

View File

@@ -26,7 +26,7 @@ const showEnableTotpModal = (
qrCode: string;
secret: string;
password: string;
},
}
) => {
const t = translateOutsideContext();
return modals.openModal({
@@ -87,7 +87,7 @@ const CreateEnableTotpModal = ({
<Button
onClick={() => {
navigator.clipboard.writeText(options.secret);
toast.success("Copied to clipboard");
toast.success(t("common.notify.copied"));
}}
>
{options.secret}