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';