mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change error text for transactionCount is FALSE or undefind
This commit is contained in:
parent
ae317a95db
commit
47f8ce38b1
@ -45,7 +45,7 @@
|
||||
},
|
||||
"error": {
|
||||
"change-password": "Fehler beim Ändern des Passworts",
|
||||
"empty-transactionlist": "Es gibt noch keine Transaktionen unter deinem Account.",
|
||||
"empty-transactionlist": "Es gab einen Fehler mit der Übermittlung der Anzahl deiner Transaktionen.",
|
||||
"error": "Fehler",
|
||||
"no-account": "Leider konnten wir keinen Account finden mit diesen Daten!",
|
||||
"no-decay-transactionlist": "Fehler: Kein Decay vorhanden, bitte prüfe den Code!",
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
},
|
||||
"error": {
|
||||
"change-password": "Error while changing password",
|
||||
"empty-transactionlist": "There are no transactions under your account yet.",
|
||||
"empty-transactionlist": "There was an error with the transmission of the number of your transactions.",
|
||||
"error": "Error",
|
||||
"no-account": "Unfortunately we could not find an account to the given data!",
|
||||
"no-decay-transactionlist": "Error: No Decay available, please check the code!",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
{{ $t('error.no-transactionlist') }}
|
||||
</small>
|
||||
</div>
|
||||
<div v-if="transactions.length === 0" class="text-right">
|
||||
<div v-if="!transactionCount" class="text-right">
|
||||
<b-icon icon="exclamation-triangle" class="mr-2" style="color: red"></b-icon>
|
||||
<small>{{ $t('error.empty-transactionlist') }}</small>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user