diff --git a/src/locales/de.json b/src/locales/de.json index 6f81c3a3..c37bf4c5 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -349,5 +349,6 @@ "welcome_wavinghand": "Willkommen 👋", "you-can-now-use-your-new-password-to-log-in-to-your-account": "Du kannst dich jetzt mit deinem neuen Passwort anmelden! 🎉", "you-have-to-provide-an-organization": "Du musst eine Organisation angeben", - "zip-postal-code": "Postleitzahl" + "zip-postal-code": "Postleitzahl", + "yes-i-copied-the-token": "Ja, ich habe den Token kopiert" } \ No newline at end of file diff --git a/src/locales/en.json b/src/locales/en.json index fdb82627..be71092b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -349,5 +349,6 @@ "welcome_wavinghand": "Welcome 👋", "you-can-now-use-your-new-password-to-log-in-to-your-account": "You can now use your new password to log in to your account! 🎉", "you-have-to-provide-an-organization": "You have to provide an organization", - "zip-postal-code": "ZIP/ postal code" + "zip-postal-code": "ZIP/ postal code", + "yes-i-copied-the-token": "Yes, I copied the token" } \ No newline at end of file