From 672bbadffeebb76fbb80e6ea0649fde74480b343 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 22 Nov 2022 13:18:49 +0800 Subject: [PATCH] * Removes the type prompt on the project list page name under the product. --- module/product/view/project.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"); ?>