X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGrant%2FForm%2FGrantView.php;h=1b0fc3b7972533b819e95c79517376e65880a00d;hb=e2046b336f803b1d7ef1181e0c032512b5faf1c2;hp=859343647aadb5edbf100c8d26328a6093815f72;hpb=61101c0139a33917f1220f3e970b7c1293f34449;p=civicrm-core.git diff --git a/CRM/Grant/Form/GrantView.php b/CRM/Grant/Form/GrantView.php index 859343647a..1b0fc3b797 100644 --- a/CRM/Grant/Form/GrantView.php +++ b/CRM/Grant/Form/GrantView.php @@ -117,6 +117,8 @@ class CRM_Grant_Form_GrantView extends CRM_Core_Form { CRM_Core_BAO_CustomGroup::buildCustomDataView($this, $groupTree); $this->assign('id', $this->_id); + + $this->setPageTitle(ts('Grant')); } /**