diff --git a/Uno.Gallery/Views/Shell.xaml.cs b/Uno.Gallery/Views/Shell.xaml.cs index 1f69057ff..321bd13af 100644 --- a/Uno.Gallery/Views/Shell.xaml.cs +++ b/Uno.Gallery/Views/Shell.xaml.cs @@ -12,7 +12,7 @@ namespace Uno.Gallery; public sealed partial class Shell : UserControl { - private const string NoSuggestionsFoundText = "No suggestions found"; + private const string NoSuggestionsFoundText = "TEST"; private static IEnumerable SearchSamples(string query) => App.GetSamples()