1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

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!");
} }