Imporved card remove confirm message.
This commit is contained in:
parent
43f24ee35e
commit
90f908709a
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesBitpayCardControll
|
||||||
function($scope, $state, $timeout, $ionicHistory, bitpayCardService, popupService, gettextCatalog) {
|
function($scope, $state, $timeout, $ionicHistory, bitpayCardService, popupService, gettextCatalog) {
|
||||||
|
|
||||||
$scope.remove = function(card) {
|
$scope.remove = function(card) {
|
||||||
var msg = gettextCatalog.getString('Are you sure you would like to remove your BitPay Card account ({{lastFourDigits}}) from this device?', {
|
var msg = gettextCatalog.getString('Are you sure you would like to remove your BitPay Card ({{lastFourDigits}}) from this device?', {
|
||||||
lastFourDigits: card.lastFourDigits
|
lastFourDigits: card.lastFourDigits
|
||||||
});
|
});
|
||||||
popupService.showConfirm(null, msg, null, null, function(res) {
|
popupService.showConfirm(null, msg, null, null, function(res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue