diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 6587e24e5..e39b0d974 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -48,7 +48,6 @@ "empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.", "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!", "no-transactionlist": "Es gab leider einen Fehler. Es werden keine Transaktionen vom Server übermittelt", "session-expired": "Die Sitzung wurde aus Sicherheitsgründen beendet." diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 54d4dbdf3..3604f91a8 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -48,7 +48,6 @@ "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!", - "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!", "no-transactionlist": "Unfortunately, there was an error. No transactions are being sent from the server.", "session-expired": "The session was closed for security reasons." diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index d638b390a..2a50cd88f 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -16,11 +16,6 @@ :key="transactionId" :style="type === 'decay' ? 'background-color:#f1e0ae3d' : ''" > -
- - {{ $t('error.no-decay-transactionlist') }} -
-