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]: { [LockType.Personal]: {
title: 'title.personalView', title: 'title.personalView',
icon: MdiAccountIcon, icon: MdiAccountIcon,
subtitle: 'msg.info.collabView', subtitle: 'msg.info.personalView',
}, },
[LockType.Collaborative]: { [LockType.Collaborative]: {
title: 'title.collabView', title: 'title.collabView',
icon: MdiAccountGroupIcon, icon: MdiAccountGroupIcon,
subtitle: 'msg.info.lockedView', subtitle: 'msg.info.collabView',
}, },
[LockType.Locked]: { [LockType.Locked]: {
title: 'title.lockedView', title: 'title.lockedView',
icon: MdiLockOutlineIcon, icon: MdiLockOutlineIcon,
subtitle: 'msg.info.personalView', subtitle: 'msg.info.lockedView',
}, },
} }

Loading…
Cancel
Save