add standerd error message on fail for forgot password API call

This commit is contained in:
Moriz Wahl 2022-03-30 18:33:26 +02:00
parent 3078315286
commit ef3420ef2e
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
"delete": "Löschen",
"em-dash": "—",
"error": {
"email-already-sent": "Wir haben dir bereits eine E-Mail vor weniger als 10 Minuten geschickt.",
"empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.",
"error": "Fehler!",
"no-account": "Leider konnten wir keinen Account mit diesen Daten finden.",

View File

@ -30,6 +30,7 @@
"delete": "Delete",
"em-dash": "—",
"error": {
"email-already-sent": "We already sent you an email less than 10 minutes ago.",
"empty-transactionlist": "There was an error with the transmission of the number of your transactions.",
"error": "Error!",
"no-account": "Unfortunately we could not find an account to the given data!",