From a6e5ab352be7b1159a2395be3e3dc0bbeadc9383 Mon Sep 17 00:00:00 2001 From: marcosrdz Date: Tue, 18 Aug 2020 22:47:57 -0400 Subject: [PATCH] FIX: Notifications Alert title --- blue_modules/notifications.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blue_modules/notifications.js b/blue_modules/notifications.js index 3a840662b..a7c90481d 100644 --- a/blue_modules/notifications.js +++ b/blue_modules/notifications.js @@ -140,8 +140,8 @@ const tryToObtainPermissions = async function () { return new Promise(function (resolve) { Alert.alert( + loc.settings.notifications, 'Would you like to receive notifications when you get incoming payments?', - '', [ { text: 'Ask Me Later',