diff --git a/Flow.Launcher/HotkeyControlDialog.xaml b/Flow.Launcher/HotkeyControlDialog.xaml
index 1edce6d0634..d416f1bdcda 100644
--- a/Flow.Launcher/HotkeyControlDialog.xaml
+++ b/Flow.Launcher/HotkeyControlDialog.xaml
@@ -125,12 +125,12 @@
BorderThickness="0 1 0 0"
CornerRadius="0 0 8 8">
-
-
+
+
+ Text="{DynamicResource Welcome_Page2_Title}" TextWrapping="WrapWithOverflow"/>
-
+
diff --git a/Flow.Launcher/Resources/Pages/WelcomePage4.xaml b/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
index e57718775c1..c319d7c6e16 100644
--- a/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
+++ b/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
@@ -93,7 +93,7 @@
+ Text="{DynamicResource Welcome_Page4_Title}" TextWrapping="WrapWithOverflow"/>
-
+
@@ -79,18 +79,18 @@
-
+
+ Text="{DynamicResource Welcome_Page5_Title}" TextWrapping="WrapWithOverflow"/>
-
+
.UpdateLabels(SearchWindowAligns);
DropdownDataGeneric.UpdateLabels(SearchPrecisionScores);
DropdownDataGeneric.UpdateLabels(LastQueryModes);
+ // Since we are using Binding instead of DynamicResource, we need to manually trigger the update
+ OnPropertyChanged(nameof(AlwaysPreviewToolTip));
}
public string Language
diff --git a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
index 7ca9941e692..c3901a7462c 100644
--- a/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
+++ b/Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
@@ -154,7 +154,7 @@
Title="{DynamicResource AlwaysPreview}"
Margin="0 14 0 0"
Icon=""
- Sub="{DynamicResource AlwaysPreviewToolTip}">
+ Sub="{Binding AlwaysPreviewToolTip}">