yarn lint fix && locales fix

This commit is contained in:
ogerly 2022-02-22 12:47:36 +01:00
parent 0c9f522dc0
commit ea91e75c93
3 changed files with 3 additions and 3 deletions

View File

@ -215,8 +215,8 @@
"gdt-text": "GradidoTransform Transaktionen", "gdt-text": "GradidoTransform Transaktionen",
"more": "mehr", "more": "mehr",
"nullTransactions": "Du hast noch keine Transaktionen auf deinem Konto.", "nullTransactions": "Du hast noch keine Transaktionen auf deinem Konto.",
"receiverDeleted": "Das Empfängerkonto wurde gelöscht",
"receiverNotFound": "Empfänger nicht gefunden", "receiverNotFound": "Empfänger nicht gefunden",
"receiverDeleted":"Das Empfängerkonto wurde gelöscht",
"show_all": "Alle <strong>{count}</strong> Transaktionen ansehen" "show_all": "Alle <strong>{count}</strong> Transaktionen ansehen"
}, },
"transactions": "Transaktionen", "transactions": "Transaktionen",

View File

@ -215,8 +215,8 @@
"gdt-text": "GradidoTransform Transactions", "gdt-text": "GradidoTransform Transactions",
"more": "more", "more": "more",
"nullTransactions": "You don't have any transactions on your account yet.", "nullTransactions": "You don't have any transactions on your account yet.",
"receiverDeleted": "The recipient account was deleted",
"receiverNotFound": "Recipient not found", "receiverNotFound": "Recipient not found",
"receiverDeleted":"The recipient account was deleted",
"show_all": "View all <strong>{count}</strong> transactions." "show_all": "View all <strong>{count}</strong> transactions."
}, },
"transactions": "Transactions", "transactions": "Transactions",

View File

@ -17,7 +17,7 @@
class="test-receiver-not-found" class="test-receiver-not-found"
v-if="errorResult === 'GraphQL error: The recipient account was deleted'" v-if="errorResult === 'GraphQL error: The recipient account was deleted'"
> >
{{ $t('transaction.receiverDeleted') }} {{ $t('transaction.receiverDeleted') }}
</div> </div>
<div v-else>({{ errorResult }})</div> <div v-else>({{ errorResult }})</div>
</div> </div>