From 66dbf5becad68632675dab565353863c540be1ab Mon Sep 17 00:00:00 2001 From: Kadir Sekha Date: Sun, 4 Feb 2018 10:37:53 -0400 Subject: [PATCH] some text changes --- src/js/controllers/amount.js | 2 +- www/views/onboarding/tour.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/controllers/amount.js b/src/js/controllers/amount.js index 25924bcf3..bd7973fc8 100644 --- a/src/js/controllers/amount.js +++ b/src/js/controllers/amount.js @@ -466,7 +466,7 @@ angular.module('copayApp.controllers').controller('amountController', function($ if ($scope.showWarningMessage) { var u = $scope.unit == 'BCH' || $scope.unit == 'BTC' ? $scope.unit : $scope.alternativeUnit; var message = 'Are you sure you want to send ' + u.toUpperCase() + '?'; - popupService.showConfirm(message, null, 'Yes', 'No', function(res) { + popupService.showConfirm(message, '', 'Yes', 'No', function(res) { if (!res) return; finish(); }); diff --git a/www/views/onboarding/tour.html b/www/views/onboarding/tour.html index 0067dc53e..4d9926b5b 100644 --- a/www/views/onboarding/tour.html +++ b/www/views/onboarding/tour.html @@ -5,7 +5,7 @@
You control your bitcoin.
-
This app stores your bitcoin locally on your phone with cutting-edge security.
+
This app stores your bitcoin locally on your device with cutting-edge security.
Not even Bitcoin.com can access it.