diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml
index 38ea017125..896ee11d0d 100644
--- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml
+++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Controls/CommandBar.xaml
@@ -71,9 +71,9 @@
Padding="4"
ColumnSpacing="8">
-
+
+ Text="{x:Bind ViewModel.EmptyContent.Title, Mode=OneWay}"
+ TextAlignment="Center"
+ TextWrapping="Wrap" />
+ Text="{x:Bind ViewModel.EmptyContent.Subtitle, Mode=OneWay}"
+ TextAlignment="Center"
+ TextWrapping="Wrap" />