Remove html from popup messages. Refresh view after card or account removal. Remove old code in tab-settings ctrl.

This commit is contained in:
Andy Phillipson 2017-02-22 12:16:38 -05:00
commit efd92f5d4a
3 changed files with 11 additions and 18 deletions

View file

@ -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,