From 82bb5a96ad700ef68feb34765a5a19bf67f696d7 Mon Sep 17 00:00:00 2001 From: Chen Xinyang Date: Mon, 29 Apr 2024 01:22:34 +0300 Subject: [PATCH] Fix message on autoconfig failure --- Wino.Mail/Views/ImapSetup/AutoDiscoveryPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wino.Mail/Views/ImapSetup/AutoDiscoveryPage.xaml.cs b/Wino.Mail/Views/ImapSetup/AutoDiscoveryPage.xaml.cs index 7de0d04d..f71b1299 100644 --- a/Wino.Mail/Views/ImapSetup/AutoDiscoveryPage.xaml.cs +++ b/Wino.Mail/Views/ImapSetup/AutoDiscoveryPage.xaml.cs @@ -34,7 +34,7 @@ namespace Wino.Views.ImapSetup { // Couldn't find settings. - WeakReferenceMessenger.Default.Send(new ImapSetupBackNavigationRequested(typeof(WelcomeImapSetupPage), "Couldn't find mailbox settings for {userMinimalSettings.Email}. Please configure it manually.")); + WeakReferenceMessenger.Default.Send(new ImapSetupBackNavigationRequested(typeof(WelcomeImapSetupPage), $"Couldn't find mailbox settings for {userMinimalSettings.Email}. Please configure it manually.")); } else {