Skip to content

Commit e372188

Browse files
ENGCOM-5125: Fixed issue magento#22875 Billing Agreements page title need to be improved magento#22876
- Merge Pull Request magento#22876 from amitvishvakarma/magento2:2.3-developPr22875 - Merged commits: 1. 3fb72ae
2 parents 211dd25 + 3fb72ae commit e372188

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)