diff --git a/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue b/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue index 29939b1fbc..2b409eef86 100644 --- a/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue +++ b/packages/nc-gui/components/dashboard/Sidebar/TopSection.vue @@ -75,7 +75,7 @@ const navigateToSettings = () => {
-
{{ $t('title.newProj') }}
+
{{ $t('title.createBase') }}
diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index 00d68cc1c5..d21206d79b 100644 --- a/packages/nc-gui/lang/en.json +++ b/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",