split push sentence with concatination

This commit is contained in:
Kyle Spearrin 2016-07-04 23:19:16 -04:00
parent 84326811dd
commit cd03acfb70

View file

@ -86,8 +86,8 @@ namespace Bit.App.Pages
if(!pushPromptShow) if(!pushPromptShow)
{ {
_settings.AddOrUpdateValue(Constants.PushInitialPromptShown, true); _settings.AddOrUpdateValue(Constants.PushInitialPromptShown, true);
await _userDialogs.AlertAsync(@"bitwarden keeps your vault automatically synced by using 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.", + " For the best possible experience, please select \"Ok\" on the following prompt when asked to enable push notifications.",
"Enable Automatic Syncing", "Ok, got it!"); "Enable Automatic Syncing", "Ok, got it!");
} }