Skip to content

Commit

Permalink
Merge pull request #12048 from frederic34/patch-17
Browse files Browse the repository at this point in the history
Update card.php
  • Loading branch information
eldy committed Oct 7, 2019
2 parents 80cbc09 + bfd8bc8 commit d4f4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/action/card.php
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ function init_repeat()
// Type
if (! empty($conf->global->AGENDA_USE_EVENT_TYPE))
{
print '<tr><td class="titlefield">'.$langs->trans("Type").'</td><td colspan="3">'.$object->type.'</td></tr>';
print '<tr><td class="titlefield">'.$langs->trans("Type").'</td><td colspan="3">'.$langs->trans($object->type).'</td></tr>';
}

// Full day event
Expand Down

0 comments on commit d4f4f33

Please sign in to comment.