diff --git a/module/programplan/ui/create.html.php b/module/programplan/ui/create.html.php index 733ba7297f..96421067a4 100644 --- a/module/programplan/ui/create.html.php +++ b/module/programplan/ui/create.html.php @@ -38,7 +38,7 @@ if($planID) else { $project->end = $project->end == LONG_TIME ? $this->lang->project->longTime : $project->end; - $title .= '(' . $lang->project->common . $lang->execution->beginAndEnd . ' : ' . $project->begin . ' ~ ' . $project->end . ')'; + $title .= '(' . $project->name . '-' . $lang->execution->beginAndEnd . ' : ' . $project->begin . ' ~ ' . $project->end . ')'; } /* Generate product list dropdown menu while stage by product. */