diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml
index aff5abfe53..7611e743e8 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml
@@ -23,15 +23,17 @@
Text="{x:Bind Header, Mode=OneTime}"
Foreground="{Binding Path=IsEnabled, ElementName=HotkeyTextBox, Converter={StaticResource ModuleEnabledToForegroundConverter}}"
/>
-
-
-
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
index 3259fdb9e5..e6e32bb59c 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
@@ -288,6 +288,9 @@
Appearance
+
+ FancyZones windows
+
Create window layouts to help make multi-tasking easy.
@@ -309,6 +312,12 @@
Open zones editor
+
+ Set Shortcut
+
+
+ Information Symbol
+
Launch zones editor
diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
index 1ecdb29057..e4d4cf7c09 100644
--- a/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
+++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/FancyZonesPage.xaml
@@ -59,12 +59,14 @@
@@ -180,13 +182,15 @@
-
+ Padding="4,4,8,4"
+ AutomationProperties.LabeledBy="{Binding ElementName=FancyZones_ZoneHighlightColor}">
@@ -196,7 +200,7 @@
-
-
+ Padding="4,4,8,4"
+ AutomationProperties.LabeledBy="{Binding ElementName=FancyZones_InActiveColor}">
@@ -240,13 +246,15 @@
-
+ Padding="4,4,8,4"
+ AutomationProperties.LabeledBy="{Binding ElementName=FancyZones_BorderColor}">
@@ -254,7 +262,7 @@
-
-
+