Skip to content

Commit 37b9e01

Browse files
author
Mohamed El Mrabet
committed
Fix missing translation for order cancellation modal title
1 parent 52f4632 commit 37b9e01

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)