Add strings to translate
This commit is contained in:
parent
419cb4cdb8
commit
7094401312
3 changed files with 185 additions and 76 deletions
|
|
@ -187,9 +187,9 @@ angular.module('copayApp.controllers').controller('topUpController', function($s
|
|||
return;
|
||||
}
|
||||
|
||||
title = gettextCatalog.getString('Sending {{amountStr}} from {{name}}', {
|
||||
title = gettextCatalog.getString('Sending {{amountStr}} from {{walletName}}', {
|
||||
amountStr: txFormatService.formatAmountStr(ctxp.amount, true),
|
||||
name: $scope.wallet.name
|
||||
walletName: $scope.wallet.name
|
||||
});
|
||||
message = gettextCatalog.getString("{{fee}} will be deducted for bitcoin networking fees.", {
|
||||
fee: txFormatService.formatAmountStr(ctxp.fee)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue