diff --git a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue index cf95cff1b..9bde154ae 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-DecayStartblock.vue @@ -32,10 +32,7 @@ - -
{{ $t('decay.sent') }}
-
{{ $t('decay.received') }}
-
+ {{ $t(`decay.${typeId.toLowerCase()}`) }}
{{ amount | GDD }}
diff --git a/frontend/src/components/DecayInformations/DecayInformation-Long.vue b/frontend/src/components/DecayInformations/DecayInformation-Long.vue index 7fdf65f04..34f579614 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Long.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Long.vue @@ -53,10 +53,7 @@
- -
{{ $t('decay.sent') }}
-
{{ $t('decay.received') }}
-
+ {{ $t(`decay.${typeId.toLowerCase()}`) }}
{{ amount | GDD }}
diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 748bffe25..fb3b82c89 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -37,9 +37,9 @@ "months": "Monate", "noDecay": "Keine Vergänglichkeit", "past_time": "Vergangene Zeit", - "received": "Empfangen", + "receive": "Empfangen", "seconds": "Sekunden", - "sent": "Gesendet", + "send": "Gesendet", "since_introduction": "seit Einführung der Vergänglichkeit", "Starting_block_decay": "Startblock Vergänglichkeit", "toCommunity": "An die Gemeinschaft", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 557c0a42c..aec28a51d 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -37,9 +37,9 @@ "months": "Months", "noDecay": "No Decay", "past_time": "Time passed", - "received": "Received", + "receive": "Received", "seconds": "Seconds", - "sent": "Sent", + "send": "Sent", "since_introduction": "Since the introduction of Decay", "Starting_block_decay": "Starting Block Decay", "toCommunity": "To the community",