Skip to content

Commit 256fc44

Browse files
author
Vladyslav Shcherbyna
committed
MAGETWO-31966: Empty title for success placed order page
1 parent fb6714b commit 256fc44

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/Controller/Onepage

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Controller/Onepage/Success.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function execute()
2323
//@todo: Refactor it to match CQRS
2424
$this->_view->loadLayout();
2525
$this->_view->getLayout()->initMessages();
26-
$this->_view->getPage()->getConfig()->getTitle()->set(__('Thank you for your purchase!'));
26+
$this->_view->getPage()->getConfig()->getTitle()->set(__('Success Page'));
2727
$this->_eventManager->dispatch(
2828
'checkout_onepage_controller_success_action',
2929
['order_ids' => [$session->getLastOrderId()]]

0 commit comments

Comments
 (0)