diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index e3868124c..988f20f0d 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -45,6 +45,9 @@ "thx":"Danke!", "send_success":"Deine Zahlung wurde erfolgreich versendet." }, + "error": { + "error":"Fehler" + }, "transaction":{ "show_part": "Die letzten {count} Transaktionen", "show_all":"Alle {count} Transaktionen ansehen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 521f68f0d..32561843c 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -45,6 +45,9 @@ "thx":"THX", "send_success":"Deine Zahlung wurde erfolgreich versendet." }, + "error": { + "error":"Error" + }, "transaction":{ "show_part": "The last {count} transactions", "show_all":"View all {count} transactions", diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index b48ad3e88..aae64330a 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -110,6 +110,20 @@ + + + + {{ $t('error.error') }}! + {{ registererror }} + + +