mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
FIX: Notifications Alert title
This commit is contained in:
parent
f91e97f551
commit
a6e5ab352b
1 changed files with 1 additions and 1 deletions
|
@ -140,8 +140,8 @@ const tryToObtainPermissions = async function () {
|
||||||
|
|
||||||
return new Promise(function (resolve) {
|
return new Promise(function (resolve) {
|
||||||
Alert.alert(
|
Alert.alert(
|
||||||
|
loc.settings.notifications,
|
||||||
'Would you like to receive notifications when you get incoming payments?',
|
'Would you like to receive notifications when you get incoming payments?',
|
||||||
'',
|
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
text: 'Ask Me Later',
|
text: 'Ask Me Later',
|
||||||
|
|
Loading…
Add table
Reference in a new issue