From 1e801b33a578277ccb6c94c688e0c8e333d5a3bf Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 31 Mar 2026 18:10:18 +0200 Subject: [PATCH] refactor(AppSectionBar): update localization keys for section labels and titles - Changed localization keys in AppSectionBar.vue to simplify and standardize the structure by removing the 'general' prefix. - Updated section labels and title mappings to reflect the new key structure, enhancing consistency across the application. --- frontend/src/components/AppSectionBar.vue | 124 +++++++++++----------- 1 file changed, 62 insertions(+), 62 deletions(-) diff --git a/frontend/src/components/AppSectionBar.vue b/frontend/src/components/AppSectionBar.vue index 3bf66cd..89e116f 100644 --- a/frontend/src/components/AppSectionBar.vue +++ b/frontend/src/components/AppSectionBar.vue @@ -10,76 +10,76 @@ class="app-section-bar__back" @click="navigateBack" > - {{ $t('general.general.back') }} + {{ $t('general.back') }}