Browse Source

feat(nc-gui): add translate to title.teamAndSettings

pull/6402/head
Alexandre Machado 1 year ago committed by GitHub
parent
commit
2291ef3f97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/dashboard/Sidebar/TopSection.vue

2
packages/nc-gui/components/dashboard/Sidebar/TopSection.vue

@ -59,7 +59,7 @@ const navigateToSettings = () => {
>
<div class="flex items-center gap-2">
<GeneralIcon icon="settings" class="!h-4" />
<div>Team & Settings</div>
<div>{{ $t('title.teamAndSettings') }}</div>
</div>
</NcButton>
<WorkspaceCreateProjectBtn

Loading…
Cancel
Save