Fix typo
This commit is contained in:
parent
549d395ec1
commit
2cf58eb46b
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ angular.module('copayApp.controllers').controller('buyAmazonController', functio
|
|||
invoice['buyerPaidBtcMinerFee'] = invoice.buyerPaidBtcMinerFee || 0;
|
||||
var invoiceFeeSat = (invoice.buyerPaidBtcMinerFee * 100000000).toFixed();
|
||||
|
||||
message = gettextCatalog.getString("Amazon.con Gift Card {{amountStr}}", {
|
||||
message = gettextCatalog.getString("Amazon.com Gift Card {{amountStr}}", {
|
||||
amountStr: $scope.amountUnitStr
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue