Skip to content

Commit

Permalink
FIX Bad translation key for project "Overview"
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 6, 2015
1 parent d92604f commit 6ea05aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/project.lib.php
Expand Up @@ -53,7 +53,7 @@ function project_prepare_head($object)
|| ! empty($conf->ficheinter->enabled) || ! empty($conf->agenda->enabled) || ! empty($conf->deplacement->enabled))
{
$head[$h][0] = DOL_URL_ROOT.'/projet/element.php?id='.$object->id;
$head[$h][1] = $langs->trans("Overview");
$head[$h][1] = $langs->trans("ProjectOverview");
$head[$h][2] = 'element';
$h++;
}
Expand Down

0 comments on commit 6ea05aa

Please sign in to comment.