mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
Language editor refactoring part 2 (backend + frontend)
This commit is contained in:
4
resources/js/store/modules/sharing.js
vendored
4
resources/js/store/modules/sharing.js
vendored
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user