mirror of
https://github.com/bitwarden/android.git
synced 2024-12-20 08:12:26 +03:00
split push sentence with concatination
This commit is contained in:
parent
84326811dd
commit
cd03acfb70
1 changed files with 2 additions and 2 deletions
|
@ -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!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue