Feature: Ability to set an account name (#667)
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a1a81e3799
commit
99eaf59509
15
app/javascript/dashboard/i18n/locale/de/resetPassword.json
Normal file
15
app/javascript/dashboard/i18n/locale/de/resetPassword.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"RESET_PASSWORD": {
|
||||
"TITLE": "Passwort zurücksetzen",
|
||||
"EMAIL": {
|
||||
"LABEL": "Email",
|
||||
"PLACEHOLDER": "Bitte geben Sie ihre E-Mail-Adresse ein",
|
||||
"ERROR": "Bitte geben Sie eine gültige Email-Adresse ein"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Der Link zum Zurücksetzen des Passworts wurde an Ihre E-Mail gesendet",
|
||||
"ERROR_MESSAGE": "Es konnte keine Verbindung zum Woot Server hergestellt werden. Bitte versuchen Sie es später erneut"
|
||||
},
|
||||
"SUBMIT": "Einreichen"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user