diff --git a/src/views/Submit.vue b/src/views/Submit.vue
index 0505b27..7b81cef 100644
--- a/src/views/Submit.vue
+++ b/src/views/Submit.vue
@@ -28,13 +28,13 @@
-
+
{{ form.description }}
-
+
+
+ {{ t('forms', 'Submitting form …') }}
+
+
+
+ {{ t('forms', 'Thank you for completing the survey!') }}
+
@@ -67,6 +75,7 @@ import Content from '@nextcloud/vue/dist/Components/Content'
import answerTypes from '../models/AnswerTypes'
+import EmptyContent from '../components/EmptyContent'
import Question from '../components/Questions/Question'
import QuestionLong from '../components/Questions/QuestionLong'
import QuestionShort from '../components/Questions/QuestionShort'
@@ -78,6 +87,7 @@ export default {
components: {
AppContent,
Content,
+ EmptyContent,
Question,
QuestionLong,
QuestionShort,