style(sidebar): rename Support section to More (fits referral/social/docs)
This commit is contained in:
parent
c1292baa31
commit
1d6d31ef77
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@
|
|||
'groups' => [
|
||||
'posts' => 'Posts',
|
||||
'workspace' => 'Workspace',
|
||||
'support' => 'Support',
|
||||
'more' => 'More',
|
||||
],
|
||||
|
||||
'analytics' => 'Analytics',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
'groups' => [
|
||||
'posts' => 'Posts',
|
||||
'workspace' => 'Workspace',
|
||||
'support' => 'Soporte',
|
||||
'more' => 'Más',
|
||||
],
|
||||
|
||||
'analytics' => 'Analytics',
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
'groups' => [
|
||||
'posts' => 'Posts',
|
||||
'workspace' => 'Workspace',
|
||||
'support' => 'Suporte',
|
||||
'more' => 'Mais',
|
||||
],
|
||||
|
||||
'analytics' => 'Analytics',
|
||||
|
|
|
|||
|
|
@ -239,7 +239,7 @@ const handleCreateWorkspace = () => {
|
|||
<NavMain v-if="currentWorkspace" :items="mainNavItems" />
|
||||
<NavMain v-if="currentWorkspace" :items="postsNavItems" :label="$t('sidebar.groups.posts')" />
|
||||
<NavMain v-if="currentWorkspace && workspaceNavItems.length" :items="workspaceNavItems" :label="$t('sidebar.groups.workspace')" />
|
||||
<NavSupport v-if="currentWorkspace" :items="supportNavItems" />
|
||||
<NavSupport v-if="currentWorkspace" :items="supportNavItems" :label="$t('sidebar.groups.more')" />
|
||||
</SidebarContent>
|
||||
|
||||
<SidebarFooter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue