+
+
+ {{ formViewData.heading }}
+
+
+
+
+
-
-
- {{ $t('activity.submitAnotherForm') }}
-
+
+
+
+
+
+ {{ $t('msg.successfullySubmittedFormData') }}
+
+
+
+
+ {{
+ $t('msg.newFormWillBeLoaded', {
+ seconds: secondsRemain,
+ })
+ }}
+
+
+
+
+ {{ $t('activity.submitAnotherForm') }}
+
+
diff --git a/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue b/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue
index df37386d8c..7d8b029718 100644
--- a/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue
+++ b/packages/nc-gui/pages/index/[typeOrId]/form/[viewId]/index/index.vue
@@ -110,7 +110,7 @@ const onDecode = async (scannedCodeValue: string) => {
-
+
{
{{ $t('msg.newFormWillBeLoaded', { seconds: secondsRemain }) }}
-
+
{{ $t('activity.submitAnotherForm') }}
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 d2cc11f5a5..0f104e3e9b 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
@@ -376,7 +376,7 @@ onMounted(() => {
{
-
-
+
+
{{ $t('labels.newFormLoaded') }} {{ secondsRemain }} {{ $t('general.seconds') }}
-
+
{{ $t('activity.submitAnotherForm') }}