$displayName = CRM_Contact_BAO_Contact::displayName($this->_contactID);
$this->assign('displayName', $displayName);
- $title = $displayName . ' - ' . $caseType;
- CRM_Utils_System::setTitle(ts('Case Summary for') . ' ' . $title);
+ CRM_Utils_System::setTitle($displayName . ' - ' . $caseType);
$recentOther = array();
if (CRM_Core_Permission::checkActionPermission('CiviCase', CRM_Core_Action::DELETE)) {
);
}
- // add the recently created case
+ // Add the recently viewed case
CRM_Utils_Recent::add($displayName . ' - ' . $caseType,
$url,
$this->_caseID,