yarn lint, yarn locales

This commit is contained in:
ogerly 2022-02-04 11:31:17 +01:00
parent df8ce64680
commit bb0de0256c
4 changed files with 4 additions and 5 deletions

View File

@ -54,7 +54,7 @@
}
},
"remove": "Entfernen",
"remove_all":"alle Nutzer entfernen",
"remove_all": "alle Nutzer entfernen",
"transaction": "Transaktion",
"transactionlist": {
"amount": "Betrag",

View File

@ -54,7 +54,7 @@
}
},
"remove": "Remove",
"remove_all":"Remove all users",
"remove_all": "Remove all users",
"transaction": "Transaction",
"transactionlist": {
"amount": "Amount",

View File

@ -175,7 +175,6 @@ describe('Creation', () => {
})
describe('cancel remove item', () => {
it('has one item in left table', () => {
expect(wrapper.findAll('table').at(0).findAll('tbody > tr')).toHaveLength(2)
})

View File

@ -29,8 +29,8 @@
<div class="text-right pr-4 mb-1">
<b-button @click="removeAllBookmark()" variant="light">
<b-icon icon="x" scale="2" variant="danger"></b-icon>
{{ $t('remove_all') }}
{{ $t('remove_all') }}
</b-button>
</div>
<user-table