Browse Source

refactor: display text correction for collab/locked view menu

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3572/head
Raju Udava 2 years ago
parent
commit
6769439f0e
  1. 6
      packages/nc-gui/components/smartsheet-toolbar/LockType.vue

6
packages/nc-gui/components/smartsheet-toolbar/LockType.vue

@ -13,17 +13,17 @@ const types = {
[LockType.Personal]: {
title: 'title.personalView',
icon: MdiAccountIcon,
subtitle: 'msg.info.collabView',
subtitle: 'msg.info.personalView',
},
[LockType.Collaborative]: {
title: 'title.collabView',
icon: MdiAccountGroupIcon,
subtitle: 'msg.info.lockedView',
subtitle: 'msg.info.collabView',
},
[LockType.Locked]: {
title: 'title.lockedView',
icon: MdiLockOutlineIcon,
subtitle: 'msg.info.personalView',
subtitle: 'msg.info.lockedView',
},
}

Loading…
Cancel
Save