Skip to content

Commit f843e38

Browse files
SarmisthaSarmistha
authored andcommitted
ACP2E-2709: [Feature Request] Customer suggests that Submit Comment Button on Order Details page is confusing and should be changed to something else
1 parent 03621bb commit f843e38

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/View

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/View/History.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ protected function _prepareLayout()
6363
$button = $this->getLayout()->createBlock(
6464
\Magento\Backend\Block\Widget\Button::class
6565
)->setData(
66-
['label' => __('Submit Comment'), 'class' => 'action-save action-secondary', 'onclick' => $onclick]
66+
['label' => __('Update Changes'), 'class' => 'action-save action-secondary', 'onclick' => $onclick]
6767
);
6868
$this->setChild('submit_button', $button);
6969
return parent::_prepareLayout();

0 commit comments

Comments
 (0)