diff --git a/src/Uno.UI.RemoteControl.VS/EntryPoint.cs b/src/Uno.UI.RemoteControl.VS/EntryPoint.cs index d73493b1ccc6..8a9b81a8df58 100644 --- a/src/Uno.UI.RemoteControl.VS/EntryPoint.cs +++ b/src/Uno.UI.RemoteControl.VS/EntryPoint.cs @@ -521,7 +521,7 @@ private async Task CreateInfoBarAsync(NotificationRequestIdeMessage e, IVsShell new InfoBarModel( new ActionBarTextSpan[] { new(e.Title, Bold: true), - new(e.Message) + new(" " + e.Message) }, e.Commands.Select(Commands => new ActionBarItem(Commands.Text, Commands.Name, ActionContext: Commands.Parameter, IsButton: true)).ToArray(), e.Kind == NotificationKind.Information ? KnownMonikers.StatusInformation : KnownMonikers.StatusError,