diff --git a/module/project/lang/de.php b/module/project/lang/de.php
index df819c1629..09ca532a71 100644
--- a/module/project/lang/de.php
+++ b/module/project/lang/de.php
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
-$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
+$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: . ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
diff --git a/module/project/lang/en.php b/module/project/lang/en.php
index 78595144c9..373a62aaf2 100644
--- a/module/project/lang/en.php
+++ b/module/project/lang/en.php
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
-$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
+$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: . ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php
index df819c1629..09ca532a71 100644
--- a/module/project/lang/fr.php
+++ b/module/project/lang/fr.php
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions
$lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this {$lang->projectCommon}. Do you want to remove them from the execution team too?";
$lang->project->productTip = "After clicking New {$lang->productCommon}, the {$lang->projectCommon} will not be linked to the selected {$lang->productCommon}.";
$lang->project->noDevStage = "There is no R&D stage under this {$lang->projectCommon}, or you do not have access permissions. The creation of builds is not supported at the moment.";
-$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program:";
+$lang->project->budgetOverrun = "The {$lang->projectCommon}'s budget exceeds the remaining budget of the parent program: . ";
$lang->project->disabledInputTip = 'Please cancel %s first';
$lang->project->linkRepoFailed = "Failed to link {$lang->projectCommon}s and code repositories.";
$lang->project->unLinkProductTip = 'Are you sure you want to unlink %s? (Does not affect linked requirements)';
diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php
index a8bb03385d..b8dc754cfe 100644
--- a/module/project/lang/zh-cn.php
+++ b/module/project/lang/zh-cn.php
@@ -229,7 +229,7 @@ $lang->project->unlinkExecutionMember = "该用户参与了%s%s%s个{$lang->exe
$lang->project->unlinkExecutionMembers = "移除的团队成员还参与了{$lang->projectCommon}下的执行,是否同步从执行团队中移除?";
$lang->project->productTip = "点击新建{$lang->productCommon}后,{$lang->projectCommon}将不会关联已选中的{$lang->productCommon}。";
$lang->project->noDevStage = "该{$lang->projectCommon}下没有研发类型的阶段,或者您没有权限访问,暂时不支持创建版本。";
-$lang->project->budgetOverrun = "{$lang->projectCommon}的预算超出了父项目集的剩余预算:";
+$lang->project->budgetOverrun = "{$lang->projectCommon}的预算超出了父项目集的剩余预算:。";
$lang->project->disabledInputTip = '请先取消%s';
$lang->project->linkRepoFailed = '关联代码库失败';
$lang->project->unLinkProductTip = "您确认要取消与%s的关联关系吗?(不影响已关联的需求)";