Language editor refactoring part 2 (backend + frontend)

This commit is contained in:
Peter Papp
2021-03-28 14:06:16 +02:00
parent ec51440c3a
commit 6ac6528243
44 changed files with 595 additions and 3380 deletions

View File

@@ -7,12 +7,12 @@ import Vue from "vue";
const defaultState = {
permissionOptions: [
{
label: i18n.t('shared.editor'),
label: 'shared.editor',
value: 'editor',
icon: 'user-edit',
},
{
label: i18n.t('shared.visitor'),
label: 'shared.visitor',
value: 'visitor',
icon: 'user',
},