Browse Source

chore(gui-v2): i18n on preview as

pull/3240/head
Wing-Kam Wong 2 years ago
parent
commit
d3ba541500
  1. 3
      packages/nc-gui-v2/components/general/PreviewAs.vue

3
packages/nc-gui-v2/components/general/PreviewAs.vue

@ -58,7 +58,8 @@ watch(previewAs, () => window.location.reload())
<div class="divider" />
<div class="pointer flex items-center gap-4">
<span>Preview as:</span>
<!-- Preview as -->
<span>{{ $t('activity.previewAs') }}</span>
<a-radio-group v-model:value="previewAs" name="radioGroup">
<a-radio v-for="role of roleList" :key="role.title" class="capitalize !text-white" :value="role.title"

Loading…
Cancel
Save