Skip to content

Commit 3fb72ae

Browse files
Fixed issue #22875
1 parent 28757e4 commit 3fb72ae

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/Controller/Billing/Agreement

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Controller/Billing/Agreement/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Index extends \Magento\Paypal\Controller\Billing\Agreement
1616
public function execute()
1717
{
1818
$this->_view->loadLayout();
19-
$this->_view->getPage()->getConfig()->getTitle()->prepend(__('Billing Agreements'));
19+
$this->_view->getPage()->getConfig()->getTitle()->set(__('Billing Agreements'));
2020
$this->_view->renderLayout();
2121
}
2222
}

0 commit comments

Comments
 (0)