language strings refactoring

This commit is contained in:
Čarodej
2022-03-19 10:14:11 +01:00
parent 7564c01fa3
commit 98d9f3ab0d
73 changed files with 617 additions and 655 deletions

View File

@@ -119,7 +119,7 @@ export default {
isLoading: true,
columns: [
{
label: this.$t('admin_page_user.table.name'),
label: this.$t('user'),
field: 'user_id',
sortable: true,
},