add localize on transactionlist

This commit is contained in:
elweyn 2022-02-07 12:21:21 +01:00 committed by ogerly
parent e1abedc8ff
commit 50c87e8e00
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -136,7 +136,7 @@
:type="type"
/>
<div v-if="firstTransaction" class="mt-3 mb-3 text-center">
Die erste Transanktion binhaltet keinen Vergänglichkeit.
<b>{{ $t('decay.first_transaction') }}</b>
</div>
</div>
</b-collapse>