We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03621bb commit f843e38Copy full SHA for f843e38
app/code/Magento/Sales/Block/Adminhtml/Order/View/History.php
@@ -63,7 +63,7 @@ protected function _prepareLayout()
63
$button = $this->getLayout()->createBlock(
64
\Magento\Backend\Block\Widget\Button::class
65
)->setData(
66
- ['label' => __('Submit Comment'), 'class' => 'action-save action-secondary', 'onclick' => $onclick]
+ ['label' => __('Update Changes'), 'class' => 'action-save action-secondary', 'onclick' => $onclick]
67
);
68
$this->setChild('submit_button', $button);
69
return parent::_prepareLayout();
0 commit comments