* Fix feedback feedback2204.

This commit is contained in:
chaideqing
2023-02-16 11:59:17 +08:00
parent d2de5abe26
commit b3eeb70b26
7 changed files with 18 additions and 4 deletions
+3 -1
View File
@@ -384,4 +384,6 @@ $lang->project->copyProject->endTips = '『Schedule End』Cannot be e
$lang->project->copyProject->daysTips = '『Available working days』Should be numerical.';
$lang->project->linkBranchStoryByPlanTips = "When the project is scheduled to associate requirements, only the activated requirements associated with the %s of the project are imported.";
$lang->project->linkNormalStoryByPlanTips = "When the project plans to associate requirements, only the requirements that are active are imported.";
$lang->project->linkNormalStoryByPlanTips = "When the project plans to associate requirements, only the requirements that are active are imported.";
$lang->project->cannotManageProducts = "This project is a project-type project and cannot be associated with products.";