Browse Source

fix: Renamed Add base to Create Base

pull/6827/head
Muhammed Mustafa 11 months ago
parent
commit
c0ad5b34f1
  1. 2
      packages/nc-gui/components/dashboard/Sidebar/TopSection.vue
  2. 1
      packages/nc-gui/lang/en.json

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

@ -75,7 +75,7 @@ const navigateToSettings = () => {
<div class="gap-x-2 flex flex-row w-full items-center !font-normal">
<GeneralIcon icon="plus" />
<div class="flex">{{ $t('title.newProj') }}</div>
<div class="flex">{{ $t('title.createBase') }}</div>
</div>
</WorkspaceCreateProjectBtn>
</div>

1
packages/nc-gui/lang/en.json

@ -339,6 +339,7 @@
"erdView": "ERD View",
"newBase": "New Data Source",
"newProj": "New Base",
"createBase": "Create Base",
"myProject": "My Bases",
"formTitle": "Form Title",
"collabView": "Collaborative View",

Loading…
Cancel
Save