diff --git a/app/code/Magento/OrderCancellationUi/view/frontend/web/js/cancel-order-modal.js b/app/code/Magento/OrderCancellationUi/view/frontend/web/js/cancel-order-modal.js index 6d6588de4ad93..ec0f88bc53caa 100644 --- a/app/code/Magento/OrderCancellationUi/view/frontend/web/js/cancel-order-modal.js +++ b/app/code/Magento/OrderCancellationUi/view/frontend/web/js/cancel-order-modal.js @@ -14,7 +14,7 @@ define([ options = { type: 'popup', responsive: true, - title: 'Cancel Order', + title: $.mage.__('Cancel Order'), buttons: [{ text: $.mage.__('Close'), class: 'action-secondary action-dismiss close-modal-button',