From ee41e0041cb6ba728e09e2b9cb41b2b0d3447821 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 13 May 2025 06:05:14 +0000 Subject: [PATCH] * [bug#62325,done,0.2h] fix bug. --- module/execution/lang/de.php | 2 +- module/execution/lang/en.php | 2 +- module/execution/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 2bbc46e4c9..853a3c9935 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -141,7 +141,7 @@ $lang->execution->kanbanNoLinkProduct = "Kanban not linked {$lang->productCommon $lang->execution->myTask = "My Task"; $lang->execution->list = "{$lang->executionCommon} List"; $lang->execution->allProject = 'All'; -$lang->execution->method = 'Management Method'; +$lang->execution->method = 'Method'; $lang->execution->sameAsParent = "Same as parent"; $lang->execution->selectStoryPlan = 'Select Plan'; $lang->execution->parentStage = 'Parent Stage'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index c3a89ca686..7bf9c3c25a 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -141,7 +141,7 @@ $lang->execution->kanbanNoLinkProduct = "Kanban not linked {$lang->productCommon $lang->execution->myTask = "My Task"; $lang->execution->list = 'List'; $lang->execution->allProject = 'All'; -$lang->execution->method = 'Management Method'; +$lang->execution->method = 'Method'; $lang->execution->sameAsParent = "Same as parent"; $lang->execution->selectStoryPlan = 'Select Plan'; $lang->execution->parentStage = 'Parent Stage'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 9bef4392cf..becad61f4c 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -141,7 +141,7 @@ $lang->execution->kanbanNoLinkProduct = "Kanban not linked {$lang->productCommon $lang->execution->myTask = "My Task"; $lang->execution->list = "{$lang->executionCommon} List"; $lang->execution->allProject = 'Tous'; -$lang->execution->method = 'Management Method'; +$lang->execution->method = 'Method'; $lang->execution->sameAsParent = "Same as parent"; $lang->execution->selectStoryPlan = 'Select Plan'; $lang->execution->parentStage = 'Parent Stage';