diff --git a/src/FormsEmptyContent.vue b/src/FormsEmptyContent.vue index d1bc2ac00..90db7d704 100644 --- a/src/FormsEmptyContent.vue +++ b/src/FormsEmptyContent.vue @@ -53,7 +53,7 @@ export default { title: t('forms', 'Form expired'), description: t( 'forms', - 'This form has expired and is no longer taking answers', + 'This form has expired and is no longer taking responses', ), icon: IconCheck, diff --git a/src/components/AppNavigationForm.vue b/src/components/AppNavigationForm.vue index f1b4738a0..1f67467c8 100644 --- a/src/components/AppNavigationForm.vue +++ b/src/components/AppNavigationForm.vue @@ -57,7 +57,7 @@ - {{ t('forms', 'Results') }} + {{ t('forms', 'Responses') }}