changed bitpay text to bitcoin.com
This commit is contained in:
parent
d31b6ab09c
commit
32d717f55b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ angular.module('copayApp.controllers').controller('backupRequestController', fun
|
||||||
$scope.openPopup = function() {
|
$scope.openPopup = function() {
|
||||||
|
|
||||||
var title = gettextCatalog.getString('Watch out!');
|
var title = gettextCatalog.getString('Watch out!');
|
||||||
var message = gettextCatalog.getString('If this device is replaced or this app is deleted, neither you nor BitPay can recover your funds without a backup.');
|
var message = gettextCatalog.getString('If this device is replaced or this app is deleted, neither you nor Bitcoin.com can recover your funds without a backup.');
|
||||||
var okText = gettextCatalog.getString('I understand');
|
var okText = gettextCatalog.getString('I understand');
|
||||||
var cancelText = gettextCatalog.getString('Go back');
|
var cancelText = gettextCatalog.getString('Go back');
|
||||||
popupService.showConfirm(title, message, okText, cancelText, function(val) {
|
popupService.showConfirm(title, message, okText, cancelText, function(val) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue