From c0ad5b34f12644be48bc7b4048051195ba907e1e Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Mon, 30 Oct 2023 05:26:26 +0000 Subject: [PATCH] fix: Renamed Add base to Create Base --- packages/nc-gui/components/dashboard/Sidebar/TopSection.vue | 2 +- packages/nc-gui/lang/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",