From 1cabcd8d12f5d9a4a41b8383b7c7cc1c7384eb4e Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 13 Jan 2025 09:02:02 +0800 Subject: [PATCH] * [bug#55257] Rename "Waterfall" to "CMMI" in create project guide page. --- module/project/lang/de.php | 2 +- module/project/lang/en.php | 2 +- module/project/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/project/lang/de.php b/module/project/lang/de.php index 5e9972181c..94c0b6806c 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -422,7 +422,7 @@ $lang->project->lastKanban = 'Recent Kanban'; $lang->project->ongoingStage = 'Ongoing stage'; $lang->project->ipd = 'IPD'; $lang->project->scrum = 'Scrum'; -$lang->project->waterfall = 'Waterfall'; +$lang->project->waterfall = 'CMMI'; $lang->project->agileplus = 'Agile +'; $lang->project->waterfallplus = 'Waterfall +'; $lang->project->cannotCreateChild = 'It is not empty, so you cannot add a child. You can add a parent for it, and then create a child.'; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 5e9972181c..94c0b6806c 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -422,7 +422,7 @@ $lang->project->lastKanban = 'Recent Kanban'; $lang->project->ongoingStage = 'Ongoing stage'; $lang->project->ipd = 'IPD'; $lang->project->scrum = 'Scrum'; -$lang->project->waterfall = 'Waterfall'; +$lang->project->waterfall = 'CMMI'; $lang->project->agileplus = 'Agile +'; $lang->project->waterfallplus = 'Waterfall +'; $lang->project->cannotCreateChild = 'It is not empty, so you cannot add a child. You can add a parent for it, and then create a child.'; diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index 5e9972181c..94c0b6806c 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -422,7 +422,7 @@ $lang->project->lastKanban = 'Recent Kanban'; $lang->project->ongoingStage = 'Ongoing stage'; $lang->project->ipd = 'IPD'; $lang->project->scrum = 'Scrum'; -$lang->project->waterfall = 'Waterfall'; +$lang->project->waterfall = 'CMMI'; $lang->project->agileplus = 'Agile +'; $lang->project->waterfallplus = 'Waterfall +'; $lang->project->cannotCreateChild = 'It is not empty, so you cannot add a child. You can add a parent for it, and then create a child.';