From bc13177ae17e1320fb6a849abc85dbf13881af87 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 24 Dec 2018 14:10:37 +0530 Subject: [PATCH] fix verbiage for Dashboard title --- CRM/Contact/Page/View/UserDashBoard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/Page/View/UserDashBoard.php b/CRM/Contact/Page/View/UserDashBoard.php index 2b8191b477..31315eb64e 100644 --- a/CRM/Contact/Page/View/UserDashBoard.php +++ b/CRM/Contact/Page/View/UserDashBoard.php @@ -230,7 +230,7 @@ class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page { 'url' => 'civicrm/user', 'class' => 'no-popup', 'qs' => 'reset=1&id=%%cbid%%', - 'title' => ts('View Relationship'), + 'title' => ts('View Contact Dashboard'), ), ); -- 2.25.1