Browse Source

feat(nc-gui): use i18n for download

pull/3563/head
Wing-Kam Wong 2 years ago
parent
commit
5529157120
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/Export.vue

2
packages/nc-gui/components/smartsheet/toolbar/Export.vue

@ -3,7 +3,7 @@
<a-button v-e="['c:actions']" class="nc-actions-menu-btn nc-toolbar-btn">
<div class="flex gap-2 items-center">
<MdiDownload class="group-hover:text-accent text-gray-500" />
<span class="text-capitalize !text-sm font-weight-normal">Download</span>
<span class="text-capitalize !text-sm font-weight-normal">{{ $t('general.download') }}</span>
<MdiMenuDown class="text-grey" />
</div>
</a-button>

Loading…
Cancel
Save