mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint, yarn locales
This commit is contained in:
parent
df8ce64680
commit
bb0de0256c
@ -54,7 +54,7 @@
|
||||
}
|
||||
},
|
||||
"remove": "Entfernen",
|
||||
"remove_all":"alle Nutzer entfernen",
|
||||
"remove_all": "alle Nutzer entfernen",
|
||||
"transaction": "Transaktion",
|
||||
"transactionlist": {
|
||||
"amount": "Betrag",
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
}
|
||||
},
|
||||
"remove": "Remove",
|
||||
"remove_all":"Remove all users",
|
||||
"remove_all": "Remove all users",
|
||||
"transaction": "Transaction",
|
||||
"transactionlist": {
|
||||
"amount": "Amount",
|
||||
|
||||
@ -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)
|
||||
})
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user