diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json
index 4de736b4fc..38be976c42 100644
--- a/packages/nc-gui/lang/en.json
+++ b/packages/nc-gui/lang/en.json
@@ -566,7 +566,7 @@
"requestDataSource": "Request a data source you need?",
"apiKey": "API Key",
"personalAccessToken": "Personal Access Token",
- "sharedBaseUrl": "Shared Base",
+ "sharedBaseUrl": "Shared Base URL",
"importData": "Import Data",
"importSecondaryViews": "Import Secondary Views",
"importRollupColumns": "Import Rollup Fields",
@@ -644,8 +644,8 @@
"useTheme": "Use Theme",
"copyLink": "Copy Link",
"copiedLink": "Link Copied",
- "copyInviteLink":"Copy invite link",
- "copiedInviteLink":"Copied invite link",
+ "copyInviteLink": "Copy invite link",
+ "copiedInviteLink": "Copied invite link",
"copyUrl": "Copy URL",
"moreColors": "More Colors",
"moveProject": "Move Base",
@@ -788,14 +788,14 @@
"expandRecord": "Expand Record",
"deleteRecord": "Delete Record",
"fullWidth": "Full width",
- "exitFullWidth": "Full width",
+ "exitFullWidth": "Exit full width",
"markAllAsRead": "Mark all as read",
"column":{
- "delete": "Delete Column",
- "addNumber": "Add Number Column",
- "addSingleLineText": "Add SingleLineText Column",
- "addLongText": "Add LongText Column",
- "addOther":"Add Other Column"
+ "delete": "Delete Field",
+ "addNumber": "Add Number Field",
+ "addSingleLineText": "Add SingleLineText Field",
+ "addLongText": "Add LongText Field",
+ "addOther":"Add Other Field"
},
"erd": {
"showColumns": "Show Fields",
@@ -991,7 +991,7 @@
"length59Required": "The length exceeds the max 59 characters",
"noNewNotifications": "You have no new notifications",
"noRecordFound": "Record not found",
- "rowDeleted": "Row deleted",
+ "rowDeleted": "Record deleted",
"saveChanges": "Do you want to save the changes?",
"tooLargeField": "The field is too large to be converted to",
"roleRequired": "Role required",
@@ -1161,10 +1161,11 @@
"wsNameMaxLength":"Workspace name must be at most 50 characters long",
"wsDeleteDlg": "Delete this workspace and all it’s contents.",
"userConfirmation": "I understand that this action is irreversible",
- "pageNotFound":"Page Not Found",
- "makeLineBreak":"to make a line break",
+ "pageNotFound": "Page Not Found",
+ "makeLineBreak": "to make a line break",
+ "goToPrevious": "Go to previous",
"goToNext": "Go to next",
- "thankyou":"Thank you!",
+ "thankYou": "Thank you!",
"submittedFormData": "You have successfully submitted the form data."
},
"error": {
diff --git a/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/survey.vue b/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/survey.vue
index 92a81f60ed..0c49a4c2c9 100644
--- a/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/survey.vue
+++ b/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/survey.vue
@@ -346,7 +346,7 @@ onMounted(() => {
{
-
{{ $t('msg.thankyou') }}
+
{{ $t('msg.info.thankYou') }}
-
{{ $t('msg.submittedFormData') }}
+
{{ $t('msg.info.submittedFormData') }}
@@ -429,7 +429,7 @@ onMounted(() => {
v-if="!submitted"
class="color-transition shadow-sm absolute bottom-18 right-1/2 transform translate-x-[50%] md:bottom-4 md:(right-12 transform-none) flex items-center bg-white border dark:bg-slate-500 rounded divide-x-1"
>
-
+