From cd03acfb707efa48ae692f22c7196b76bf343dbb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 4 Jul 2016 23:19:16 -0400 Subject: [PATCH] split push sentence with concatination --- src/App/Pages/Vault/VaultListSitesPage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!"); }