From 37b9e012df48f89d8af6e469156db3efa8f6e764 Mon Sep 17 00:00:00 2001 From: Mohamed El Mrabet Date: Sat, 26 Jul 2025 10:17:25 +0100 Subject: [PATCH] Fix missing translation for order cancellation modal title --- .../view/frontend/web/js/cancel-order-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',