From a1477e05fee8d444eb0822519e4b29416d169016 Mon Sep 17 00:00:00 2001 From: woutse Date: Tue, 10 Nov 2020 14:05:20 +0100 Subject: [PATCH] Updated textmessage --- Block/Adminhtml/Order/Creditmemo/Create/Items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Adminhtml/Order/Creditmemo/Create/Items.php b/Block/Adminhtml/Order/Creditmemo/Create/Items.php index 8f8e2178..7ff4dee5 100644 --- a/Block/Adminhtml/Order/Creditmemo/Create/Items.php +++ b/Block/Adminhtml/Order/Creditmemo/Create/Items.php @@ -29,7 +29,7 @@ protected function _prepareLayout() ['data' => [ 'label' => __('Refund Offline'), 'class' => 'save submit-button primary', - 'onclick' => 'confrimBox(\''. __('Offline refund').'\', \''. __('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?').'\', \''.$alias.'\')' + 'onclick' => 'confrimBox(\''. __('Offline refund').'\', \''. __('Continue to refund offline? If you also want to refund the order at PAY., you should click the Refund button.').'\', \''.$alias.'\')' ]] ); $this->setChild('submit_offline', $block);