Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-3783

send 'My Contacts / Organizations' dashboard title through translation function

    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 );

        Attachments

          Activity

            People

            • Assignee:
              yashodha Yashodha Chaku
              Reporter:
              chrism Chris Mott
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: