small fixes for single payout and big chunck for multiple payouts
This commit is contained in:
@@ -335,6 +335,11 @@
|
||||
"description": "Table column header for file name"
|
||||
},
|
||||
|
||||
"rowsColumn": "Rows",
|
||||
"@rowsColumn": {
|
||||
"description": "Table column header for row count"
|
||||
},
|
||||
|
||||
"amountColumn": "Amount",
|
||||
"@amountColumn": {
|
||||
"description": "Table column header for the original amount"
|
||||
@@ -562,6 +567,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"recipientsWillReceive": "Recipients will receive: {amount}",
|
||||
"@recipientsWillReceive": {
|
||||
"description": "Label showing how much the recipients will receive",
|
||||
"placeholders": {
|
||||
"amount": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"total": "Total: {total}",
|
||||
"@total": {
|
||||
|
||||
Reference in New Issue
Block a user