Skip to content

Commit

Permalink
fix: added missing translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber authored and Eisie96 committed Mar 20, 2023
1 parent 58aa313 commit 8a7fc5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
"account.update.button.label": "Änderungen speichern",
"account.update_email.answer.text": "Die neue E-Mail-Adresse ist sofort aktiv. Verwenden Sie sie bei der nächsten Bestellung oder aktualisieren Sie Ihre Kontoinformationen.",
"account.update_email.breadcrumb": "E-Mail-Einstellungen bearbeiten",
"account.update_email.email.error.notempty": "Bitte geben Sie eine gültige E-Mail-Adresse als Bestätigung ein.",
"account.update_email.email.label": "Aktuelle E-Mail-Adresse",
"account.update_email.email_confirmation.error.stringcompare": "Stellen Sie sicher, dass Sie Ihre neue E-Mail-Adresse jedes Mal korrekt eingegeben haben.",
"account.update_email.email_confirmation.label": "Neue E-Mail-Adresse wiederholen",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
"account.update.button.label": "Save Changes",
"account.update_email.answer.text": "Your new e-mail address takes effect immediately. Use it the next time you place an order or update your account information.",
"account.update_email.breadcrumb": "Edit E-mail Preferences",
"account.update_email.email.error.notempty": "Please enter a valid email to confirm.",
"account.update_email.email.label": "Current E-mail",
"account.update_email.email_confirmation.error.stringcompare": "Please make sure you have typed in your new e-mail address accurately each time.",
"account.update_email.email_confirmation.label": "Repeat New E-mail",
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
"account.update.button.label": "Enregistrer les modifications",
"account.update_email.answer.text": "Votre nouveau courriel prend effet immédiatement. Utilisez-le la prochaine fois que vous passez une commande ou que vous modifiez les informations de votre compte.",
"account.update_email.breadcrumb": "Modifiez vos paramètres de courriel",
"account.update_email.email.error.notempty": "Veuillez entrer un courriel de confirmation valide.",
"account.update_email.email.label": "Courriel actuel",
"account.update_email.email_confirmation.error.stringcompare": "Assurez-vous d’avoir correctement saisi le nouveau courriel à chaque fois.",
"account.update_email.email_confirmation.label": "Répéter le nouveau courriel",
Expand Down

0 comments on commit 8a7fc5e

Please sign in to comment.