Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Title 'My Contacts / Organizations' on dashboard should be sent through translation function
CRM/Contact/Page/View/UserDashboard.php, near line 156
- $dashboardElements[] = array( 'templatePath' => 'CRM/Contact/Page/View/Relationship.tpl',
- 'sectionTitle' => 'My Contacts / Organizations',
- 'weight' => 40 );
+ $dashboardElements[] = array( 'templatePath' => 'CRM/Contact/Page/View/Relationship.tpl',
+ 'sectionTitle' => ts('My Contacts / Organizations'),
+ 'weight' => 40 );