Bugfix for when alternative string is not available in Network Fees alert.
This commit is contained in:
parent
a9a05da07d
commit
901d202f85
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue