From 55b020e3aca5a5768922da669a5b6c4df8171674 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 10 Aug 2021 13:54:02 +0200 Subject: [PATCH] fix bug, change statment from transaction infbox --- frontend/src/locales/de.json | 3 ++- frontend/src/locales/en.json | 3 ++- .../Pages/AccountOverview/GddTransactionList.vue | 16 ++++++++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index daf2bf2e9..952f5fb6e 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -36,7 +36,8 @@ "received":"empfangen", "sent":"gesendet", "created":"geschöpft", - "fromCommunity":"Aus der Community" + "fromCommunity":"Aus der Community", + "toCommunity":"An die Community" }, "form": { "cancel": "Abbrechen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 9e574a9ce..bc56bd2a0 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -36,7 +36,8 @@ "received":"received", "sent":"sent", "created":"reated", - "fromCommunity":"From the community" + "fromCommunity":"From the community", + "toCommunity":"To the community" }, "form": { "cancel":"Cancel", diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index 1e107fb91..099aa9429 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -55,11 +55,19 @@ - - + +
-
{{ $t('decay.created') }}
-
{{ $t('decay.fromCommunity') }}
+
+
{{ $t('decay.sent') }}
+
{{ $t('decay.created') }}
+
{{ $t('decay.received') }}
+
+
+
{{ $t('decay.toCommunity') }}
+
{{ $t('decay.fromCommunity') }}
+
{{ $t('decay.fromCommunity') }}
+