Skip to content

Commit 012821a

Browse files
author
madhu-ranosys
committed
[Fixed #26191] Changed total canceled text and added translatable strings
1 parent d3021f9 commit 012821a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Sales/Model/Order.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1832,7 +1832,7 @@ public function getTotalDueCancelLabel() {
18321832
}
18331833
if ($this->isCanceled() || $itemCancel == false) {
18341834

1835-
$label = __('Total Cancel');
1835+
$label = __('Total Canceled');
18361836
} else {
18371837

18381838
$label = __('Total Due');

app/code/Magento/Sales/i18n/en_US.csv

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Capture,Capture
117117
"Total Paid","Total Paid"
118118
"Total Refunded","Total Refunded"
119119
"Total Due","Total Due"
120+
"Total Canceled","Total Canceled"
120121
Edit,Edit
121122
"Are you sure you want to send an order email to customer?","Are you sure you want to send an order email to customer?"
122123
"This will create an offline refund. To create an online refund, open an invoice and create credit memo for it. Do you want to continue?","This will create an offline refund. To create an online refund, open an invoice and create credit memo for it. Do you want to continue?"

0 commit comments

Comments
 (0)