Skip to content

Commit 7f72b24

Browse files
Merge remote-tracking branch '40100/fix/40098-order-cancellation-modal-title-translation' into sept-comprs
2 parents 12803e4 + 229a2b1 commit 7f72b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/OrderCancellationUi/view/frontend/web/js/cancel-order-modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define([
1414
options = {
1515
type: 'popup',
1616
responsive: true,
17-
title: 'Cancel Order',
17+
title: $.mage.__('Cancel Order'),
1818
buttons: [{
1919
text: $.mage.__('Close'),
2020
class: 'action-secondary action-dismiss close-modal-button',

0 commit comments

Comments
 (0)