From 8de24d01d73e50388d7d66cf0cdb3fad4f3c1443 Mon Sep 17 00:00:00 2001 From: Yagami Date: Sun, 14 May 2023 12:10:30 +0800 Subject: [PATCH] * Fix bug #35082. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 7a967d042d..6e03973748 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3515,6 +3515,7 @@ class execution extends control { $this->lang->story->title = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->title); $this->lang->projectstory->whyNoStories = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->projectstory->whyNoStories); + $this->lang->execution->linkStory = str_replace($this->lang->SRCommon, $this->lang->URCommon, $this->lang->story->linkStory); } /* Build the search form. */