Skip to content
Snippets Groups Projects
Commit a5c0c3ae authored by Tom Käsler's avatar Tom Käsler
Browse files

Add i18n object for token reminder

parent 87650c9c
No related merge requests found
......@@ -5,7 +5,7 @@
<p tabindex="0">{{ 'header.user-got-tokens' | translate }}</p>
</div>
<app-dialog-action-buttons
buttonsLabelSection="header"
buttonsLabelSection="remind-of-tokens"
confirmButtonLabel="logout"
[cancelButtonClickAction]="buildCloseDialogActionCallback()"
[confirmButtonClickAction]="buildLogoutActionCallback()"
......
......@@ -186,6 +186,10 @@
"register-successful": "Erfolgreich registriert. Bitte prüfe dein Postfach.",
"register-unsuccessful": "Bitte prüfe deine Eingaben."
},
"remind-of-tokens": {
"cancel": "Zu den Tokens",
"login": "Anmelden"
},
"room-create": {
"cancel": "Abbrechen",
"cancel-description": "Abbrechen",
......
......@@ -187,6 +187,10 @@
"register-successful": "Successfully registered. Please check your mails.",
"register-unsuccessful": "Please check your data."
},
"remind-of-tokens": {
"cancel": "To the tokens",
"logout": "Logout"
},
"room-create": {
"cancel": "Cancel",
"cancel-description": "Cancel",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment