diff --git a/src/App/Pages/Vault/VaultListSitesPage.cs b/src/App/Pages/Vault/VaultListSitesPage.cs index 0d5fbb78e..60c92b75c 100644 --- a/src/App/Pages/Vault/VaultListSitesPage.cs +++ b/src/App/Pages/Vault/VaultListSitesPage.cs @@ -86,8 +86,8 @@ namespace Bit.App.Pages if(!pushPromptShow) { _settings.AddOrUpdateValue(Constants.PushInitialPromptShown, true); - await _userDialogs.AlertAsync(@"bitwarden keeps your vault automatically synced by using push notifications. - For the best possible experience, please select ""Ok"" on the following prompt when asked to enable push notifications.", + await _userDialogs.AlertAsync("bitwarden keeps your vault automatically synced by using push notifications." + + " For the best possible experience, please select \"Ok\" on the following prompt when asked to enable push notifications.", "Enable Automatic Syncing", "Ok, got it!"); }