diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index ee92949d6..559841eac 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -45,13 +45,13 @@ }, "error": { "change-password": "Fehler beim Ändern des Passworts", + "empty-transactionlist": "Es gibt noch keine Transaktionen unter deinem Account.", "error": "Fehler", "no-account": "Leider konnten wir keinen Account finden mit diesen Daten!", + "no-decay-transactionlist": "Fehler: Kein Decay vorhanden, bitte prüfe den Code!", "no-email-verify": "Die Email wurde noch nicht bestätigt, bitte überprüfe deine Emails und klicke auf den Aktivierungslink!", - "session-expired": "Die Sitzung wurde aus Sicherheitsgründen beendet.", - "no-transactionlist":"Es gab leider einen Fehler. Es werden keine Transaktionen vom Server übermittelt", - "empty-transactionlist":"Es gibt noch keine Transaktionen unter deinem Account.", - "no-decay-transactionlist":"Fehler: Kein Decay vorhanden, bitte prüfe den Code!" + "no-transactionlist": "Es gab leider einen Fehler. Es werden keine Transaktionen vom Server übermittelt", + "session-expired": "Die Sitzung wurde aus Sicherheitsgründen beendet." }, "form": { "amount": "Betrag", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c8af5579f..d376000ba 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -45,13 +45,13 @@ }, "error": { "change-password": "Error while changing password", + "empty-transactionlist": "There are no transactions under your account yet.", "error": "Error", "no-account": "Unfortunately we could not find an account to the given data!", + "no-decay-transactionlist": "Error: No Decay available, please check the code!", "no-email-verify": "Your email is not activated yet, please check your emails and click the activation link!", - "session-expired": "The session was closed for security reasons.", - "no-transactionlist":"Unfortunately, there was an error. No transactions are being sent from the server.", - "empty-transactionlist":"There are no transactions under your account yet.", - "no-decay-transactionlist":"Error: No Decay available, please check the code!" + "no-transactionlist": "Unfortunately, there was an error. No transactions are being sent from the server.", + "session-expired": "The session was closed for security reasons." }, "form": { "amount": "Amount", diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index 63829f9bd..84d746106 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -4,12 +4,12 @@