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.
2 parents 211dd25 + 3fb72ae commit e372188Copy full SHA for e372188
app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php
@@ -16,7 +16,7 @@ class Index extends \Magento\Paypal\Controller\Billing\Agreement
16
public function execute()
17
{
18
$this->_view->loadLayout();
19
- $this->_view->getPage()->getConfig()->getTitle()->prepend(__('Billing Agreements'));
+ $this->_view->getPage()->getConfig()->getTitle()->set(__('Billing Agreements'));
20
$this->_view->renderLayout();
21
}
22
0 commit comments