Remove html from popup messages. Refresh view after card or account removal. Remove old code in tab-settings ctrl.
This commit is contained in:
parent
bb744f1e05
commit
efd92f5d4a
3 changed files with 11 additions and 18 deletions
|
|
@ -68,7 +68,7 @@ angular.module('copayApp.services').factory('bitpayAccountService', function($lo
|
|||
var title = gettextCatalog.getString('Add BitPay Account?');
|
||||
var msgDetail = 'Add this BitPay account ({{email}})?';
|
||||
if (pairingReason) {
|
||||
msgDetail = 'To {{reason}} you must first add your BitPay account.<br/><br/>{{email}}';
|
||||
msgDetail = 'To {{reason}} you must first add your BitPay account - {{email}}';
|
||||
}
|
||||
var msg = gettextCatalog.getString(msgDetail, {
|
||||
reason: pairingReason,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue