diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 2982c0343..2a05f6ff0 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -75,12 +75,12 @@ "transaction": "Transaktion", "transactionlist": { "amount": "Betrag", + "balanceDate": "Schöpfungsdatum", "community": "Gemeinschaft", "date": "Datum", "decay": "Vergänglichkeit", "memo": "Nachricht", - "title": "Alle geschöpften Transaktionen für den Nutzer", - "balanceDate": "Schöpfungsdatum" + "title": "Alle geschöpften Transaktionen für den Nutzer" }, "undelete_user": "Nutzer wiederherstellen", "unregistered_emails": "Nur unregistrierte Nutzer", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 770c3967b..898c49ded 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -75,12 +75,12 @@ "transaction": "Transaction", "transactionlist": { "amount": "Amount", + "balanceDate": "Creation date", "community": "Community", "date": "Date", "decay": "Decay", "memo": "Message", - "title": "All creation-transactions for the user", - "balanceDate": "Creation date" + "title": "All creation-transactions for the user" }, "undelete_user": "Undelete User", "unregistered_emails": "Only unregistered users",