diff --git a/src/components/Questions/Question.vue b/src/components/Questions/Question.vue index 1ea8711..999ce2a 100644 --- a/src/components/Questions/Question.vue +++ b/src/components/Questions/Question.vue @@ -53,7 +53,7 @@ - {{ t('forms', 'Mandatory') }} + {{ t('forms', 'Required') }} {{ t('forms', 'Delete question') }} diff --git a/src/views/Create.vue b/src/views/Create.vue index 964289d..c2287cd 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -72,7 +72,7 @@ @keyup="onDescChange" />

- * {{ t('forms', 'Mandatory questions') }} + * {{ t('forms', 'Required questions') }}

diff --git a/src/views/Submit.vue b/src/views/Submit.vue index 7d24227..e6e904f 100644 --- a/src/views/Submit.vue +++ b/src/views/Submit.vue @@ -33,7 +33,7 @@

{{ form.description }}

- * {{ t('forms', 'Mandatory questions') }} + * {{ t('forms', 'Required questions') }}