Skip to content

Commit

Permalink
Updated textmessage
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 10, 2020
1 parent 850f61a commit a1477e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Adminhtml/Order/Creditmemo/Create/Items.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a1477e0

Please sign in to comment.