reviews processed and changes made

This commit is contained in:
ogerly 2021-12-29 12:08:57 +01:00
parent 406ccf937a
commit 0d1ed1a876
3 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"gradido_admin_footer": "Gradido Akademie Adminkonsole", "gradido_admin_footer": "Gradido Akademie Adminkonsole",
"hide_details": "Details verbergen von", "hide_details": "Details verbergen von",
"lastname": "Nachname", "lastname": "Nachname",
"mail": "Mail", "confirmed": "bestätigt",
"multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.", "multiple_creation_text": "Bitte wähle ein oder mehrere Mitglieder aus für die du Schöpfen möchtest.",
"navbar": { "navbar": {
"logout": "Abmelden", "logout": "Abmelden",

View File

@ -19,7 +19,7 @@
"gradido_admin_footer": "Gradido Academy Admin Console", "gradido_admin_footer": "Gradido Academy Admin Console",
"hide_details": "Hide details from", "hide_details": "Hide details from",
"lastname": "Lastname", "lastname": "Lastname",
"mail": "Mail", "confirmed": "confirmed",
"multiple_creation_text": "Please select one or more members you would like to scoop for.", "multiple_creation_text": "Please select one or more members you would like to scoop for.",
"navbar": { "navbar": {
"logout": "Logout", "logout": "Logout",

View File

@ -66,7 +66,7 @@ export default {
}, },
}, },
{ key: 'show_details', label: this.$t('details') }, { key: 'show_details', label: this.$t('details') },
{ key: 'confirm_mail', label: this.$t('mail') }, { key: 'confirm_mail', label: this.$t('confirmed') },
{ key: 'transactions_list', label: this.$t('transaction') }, { key: 'transactions_list', label: this.$t('transaction') },
], ],
searchResult: [], searchResult: [],