Bugfix for when alternative string is not available in Network Fees alert.

This commit is contained in:
Brendon Duncan 2018-06-15 10:24:00 +12:00
commit 901d202f85

View file

@ -454,7 +454,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
feeAlternative: feeAlternative
});
} else {
gettextCatalog.getString("{{fee}} will be deducted for bitcoin networking fees).", {
msg = gettextCatalog.getString("{{fee}} will be deducted for bitcoin networking fees).", {
fee: txFormatService.formatAmountStr(wallet.coin, sendMaxInfo.fee)
});
}