From 07645723bc4dcbeadb030b6863068c1563691ea4 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Thu, 12 Mar 2026 08:49:01 +0000 Subject: [PATCH] enh(l10n): Unify wording for form responses across multiple components Signed-off-by: GitHub Signed-off-by: Christian Hartmann --- src/FormsEmptyContent.vue | 2 +- src/components/AppNavigationForm.vue | 2 +- .../SidebarTabs/SettingsSidebarTab.vue | 4 +- src/components/TopBar.vue | 4 +- src/views/Results.vue | 38 ++++++++----------- src/views/Submit.vue | 12 +++--- 6 files changed, 27 insertions(+), 35 deletions(-) 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') }}