diff --git a/app/javascript/vue/shared/content/form_response.vue b/app/javascript/vue/shared/content/form_response.vue index b61610c71..3ef9a7828 100644 --- a/app/javascript/vue/shared/content/form_response.vue +++ b/app/javascript/vue/shared/content/form_response.vue @@ -20,6 +20,9 @@ {{ i18n.t('forms.response.submitted_on') }} {{ this.formResponse.submitted_at }}
{{ i18n.t('forms.response.by') }} {{ this.formResponse.submitted_by_full_name }} +
+ {{ i18n.t('forms.response.not_submitted') }} +
diff --git a/config/locales/en.yml b/config/locales/en.yml index ac85af3cd..59547ffd2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1141,6 +1141,7 @@ en: response: submit: 'Submit form' submitted_on: 'Submitted on' + not_submitted: 'Not submitted yet' by: 'by' label_templates: types: