Browse Source

Merge pull request #6402 from alexandre-machado/develop

feat(nc-gui): add translate to title.teamAndSettings
pull/6415/head
Raju Udava 1 year ago committed by GitHub
parent
commit
0e38e777df
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