projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c753a
)
fix verbiage for Edit Contact Information title
author
yashodha
<yashodha@cividesk.com>
Wed, 26 Dec 2018 05:43:53 +0000
(11:13 +0530)
committer
yashodha
<yashodha@cividesk.com>
Wed, 26 Dec 2018 05:43:53 +0000
(11:13 +0530)
CRM/Contact/Page/View/UserDashBoard.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/View/UserDashBoard.php
b/CRM/Contact/Page/View/UserDashBoard.php
index 31315eb64e84bbf3605247ea99542122c7229671..49538a7de2c8ee7b304ab3e1fdec475b30b9543d 100644
(file)
--- a/
CRM/Contact/Page/View/UserDashBoard.php
+++ b/
CRM/Contact/Page/View/UserDashBoard.php
@@
-223,7
+223,7
@@
class CRM_Contact_Page_View_UserDashBoard extends CRM_Core_Page {
'name' => ts('Edit Contact Information'),
'url' => 'civicrm/contact/relatedcontact',
'qs' => 'action=update&reset=1&cid=%%cbid%%&rcid=%%cid%%',
- 'title' => ts('Edit
Relationship
'),
+ 'title' => ts('Edit
Contact Information
'),
),
CRM_Core_Action::VIEW => array(
'name' => ts('Dashboard'),