From bddf9e66025e88d00f314f00bb69a6e006afc646 Mon Sep 17 00:00:00 2001 From: wangyuting <851424971@qq.com> Date: Mon, 21 Nov 2022 02:37:08 +0000 Subject: [PATCH] * Fix bug #29561. --- module/execution/view/linkstory.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/view/linkstory.html.php b/module/execution/view/linkstory.html.php index bc1af1e745..29ad96fe0e 100644 --- a/module/execution/view/linkstory.html.php +++ b/module/execution/view/linkstory.html.php @@ -110,7 +110,8 @@
rawModule == 'execution' and !$project->hasProduct) ? 'projectNoStories' : 'whyNoStories';?> -

{$app->rawModule}->{$emptyTips};?>

+ loadLang('projectstory');?> +

multiple ? $lang->{$app->rawModule}->{$emptyTips} : $lang->projectstory->whyNoStories;?>