diff --git a/src/features/settings/views/SettingsView.vue b/src/features/settings/views/SettingsView.vue
index 4f0633a..abf3cb2 100644
--- a/src/features/settings/views/SettingsView.vue
+++ b/src/features/settings/views/SettingsView.vue
@@ -88,9 +88,12 @@ onMounted(async () => {
{{ t('loading') }}
-
+
+
+ {{ t('settings.noSectionSelected') }}
+
diff --git a/src/locales/de.json b/src/locales/de.json
index 9aaaa9d..6d5a00f 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -54,6 +54,7 @@
"link": {
"ariaLabel": "Geht zur Einstellungsseite {page}"
}
- }
+ },
+ "noSectionSelected": "Kein Einstellungsabschnitt ist ausgewählt."
}
}
\ No newline at end of file
diff --git a/src/locales/en.json b/src/locales/en.json
index 5bda535..6fa1bee 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -54,6 +54,7 @@
"link": {
"ariaLabel": "Goes to settings page {page}"
}
- }
+ },
+ "noSectionSelected": "No settings section is selected."
}
}
\ No newline at end of file