diff --git a/src/dashboard/scoreko-dev/views/Settings.vue b/src/dashboard/scoreko-dev/views/Settings.vue
index 5da11ab..8c09b96 100644
--- a/src/dashboard/scoreko-dev/views/Settings.vue
+++ b/src/dashboard/scoreko-dev/views/Settings.vue
@@ -90,77 +90,83 @@ useHead(() => ({ title: t('settingsTitle') }));
{{ t('settingsDescription') }}
-
-
-
-
-
-
- {{ t('settingsLanguageHint') }}
-
-
-
-
+
+
+
+ {{ t('settingsLanguageLabel') }}
+
-
-
-
-
- {{ t('settingsShortcutTitle') }}
-
+
-
- {{ t('settingsShortcutDescription') }}
-
+
+ {{ t('settingsLanguageHint') }}
+
+
-
-
-
-
-
-
- {{ recordingAction === field.action ? t('settingsShortcutRecordingHint') : field.hint }}
-
-
-
+
-
-
-
-
-
+
+
+
+ {{ t('settingsShortcutTitle') }}
+
+
+ {{ t('settingsShortcutReset') }}
+
+
+
+
+ {{ t('settingsShortcutDescription') }}
+
+
+
+
+
+
+
+
+ {{ recordingAction === field.action ? t('settingsShortcutRecordingHint') : field.hint }}
+
+
+
+
+
+
+