diff --git a/module/product/view/project.html.php b/module/product/view/project.html.php index 9808ff7235..d35af0abcc 100644 --- a/module/product/view/project.html.php +++ b/module/product/view/project.html.php @@ -74,7 +74,7 @@ model == 'scrum' ? 'sprint' : $project->model; - echo html::a($this->createLink('project', 'index', 'project=' . $project->id), " " . $project->name, '', "title='{$project->name} ({$lang->project->{$project->model}})'"); + echo html::a($this->createLink('project', 'index', 'project=' . $project->id), " " . $project->name, '', "title='$project->name'"); ?>