diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index dce1cd2b0..9823e6f20 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -43,7 +43,7 @@ "toCommunity": "To the community", "total": "Total", "year": "Years", - "first_transaction":"The first transanction does not include transience." + "first_transaction":"The first transanction does not include decay." }, "error": { "change-password": "Error while changing password", diff --git a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue index ffcaebc16..f012b934a 100644 --- a/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue +++ b/frontend/src/views/Pages/AccountOverview/GddTransactionList.vue @@ -136,7 +136,7 @@ :type="type" />
- Die erste Transanktion binhaltet keinen Vergänglichkeit. + {{ $t('decay.first_transaction') }}