diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue
index 9c6e5e5ae2..e47167d3b2 100644
--- a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue
+++ b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue
@@ -507,9 +507,9 @@ watch(
-
+
{{ $t('activity.useConnectionUrl') }}
-
+
@@ -531,9 +531,9 @@ watch(
{{ $t('tooltip.clientCert') }}
-
+
{{ $t('labels.clientCert') }}
-
+
@@ -541,9 +541,9 @@ watch(
{{ $t('tooltip.clientKey') }}
-
+
{{ $t('labels.clientKey') }}
-
+
@@ -552,9 +552,9 @@ watch(
{{ $t('tooltip.clientCA') }}
-
+
{{ $t('labels.serverCA') }}
-
+
@@ -585,11 +585,11 @@ watch(
/>
-
+
-
+
@@ -614,10 +614,10 @@ watch(
-
+
{{ $t('activity.editConnJson') }}
-
+
@@ -626,13 +626,19 @@ watch(
-
+
{{ $t('activity.testDbConn') }}
-
-
-
+
+
+
{{ $t('general.submit') }}
-
+
diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue
index ee37780f71..cd92f90081 100644
--- a/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue
+++ b/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue
@@ -1,6 +1,6 @@