Skip to content

Commit

Permalink
Merge pull request #2442 from civicrm/staging
Browse files Browse the repository at this point in the history
Sync master with staging
  • Loading branch information
davialexandre authored Jan 29, 2018
2 parents da5247a + 15583a8 commit ddccd08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function hrleaveandabsences_civicrm_tabset($tabsetName, &$tabs, $context) {
$tabs[] = [
'id' => 'absence',
'url' => CRM_Utils_System::url('civicrm/contact/view/absence', ['cid' => $contactId]),
'title' => ts('Absence'),
'title' => ts('Leave'),
'weight' => 10
];
}
Expand Down

0 comments on commit ddccd08

Please sign in to comment.