diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json
index e618f8e51..b297bfc81 100644
--- a/frontend/src/locales/de.json
+++ b/frontend/src/locales/de.json
@@ -46,6 +46,9 @@
"thx":"Danke,",
"send_success":"deine Transaktion wurde erfolgreich ausgeführt"
},
+ "error": {
+ "error":"Fehler"
+ },
"transaction":{
"show_all":"Alle {count} Transaktionen ansehen",
"nullTransactions":"Du hast noch keine Transaktionen auf deinem Konto.",
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 44fd56256..4c489c69f 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -46,6 +46,9 @@
"thx":"Thank you,",
"send_success":"your transaction was successfully completed"
},
+ "error": {
+ "error":"Error"
+ },
"transaction":{
"show_part": "The last {count} transactions",
"nullTransactions":"You don't have any transactions on your account yet.",
diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue
index b48ad3e88..f72325342 100755
--- a/frontend/src/views/Pages/Register.vue
+++ b/frontend/src/views/Pages/Register.vue
@@ -110,6 +110,20 @@
+