From a3cc874acc401e30a0a578f0b50988f4b10c2c94 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 24 Nov 2022 01:55:13 +0000 Subject: [PATCH] * Fix bug #30174. --- module/custom/lang/de.php | 2 +- module/custom/lang/en.php | 3 +-- module/custom/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 251a281cf6..1091a3e810 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -278,7 +278,7 @@ $lang->custom->features['assetlib'] = 'Assetlib'; $lang->custom->features['oa'] = 'OA'; $lang->custom->features['ops'] = 'Operation'; $lang->custom->features['feedback'] = 'Feedback'; -$lang->custom->features['traincourse'] = 'School'; +$lang->custom->features['traincourse'] = 'Academy'; $lang->custom->features['workflow'] = 'Workflow'; $lang->custom->features['admin'] = 'Admin'; $lang->custom->features['vision'] = 'Full Feature Interface, Operation Management Interface'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index aabacf04db..9175317b41 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -265,7 +265,6 @@ $lang->custom->features['productRR'] = 'Product - R&D requirements'; $lang->custom->features['productUR'] = 'Product - User requirements'; $lang->custom->features['productLine'] = 'Product - Product Line'; $lang->custom->features['projectScrum'] = 'Project - Scrum model'; -$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; $lang->custom->features['execution'] = 'Execute'; @@ -279,7 +278,7 @@ $lang->custom->features['assetlib'] = 'Assetlib'; $lang->custom->features['oa'] = 'OA'; $lang->custom->features['ops'] = 'Operation'; $lang->custom->features['feedback'] = 'Feedback'; -$lang->custom->features['traincourse'] = 'School'; +$lang->custom->features['traincourse'] = 'Academy'; $lang->custom->features['workflow'] = 'Workflow'; $lang->custom->features['admin'] = 'Admin'; $lang->custom->features['vision'] = 'Full Feature Interface, Operation Management Interface'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 307740ec1e..f4ca2a2af3 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -278,7 +278,7 @@ $lang->custom->features['assetlib'] = 'Assetlib'; $lang->custom->features['oa'] = 'OA'; $lang->custom->features['ops'] = 'Operation'; $lang->custom->features['feedback'] = 'Feedback'; -$lang->custom->features['traincourse'] = 'School'; +$lang->custom->features['traincourse'] = 'Academy'; $lang->custom->features['workflow'] = 'Workflow'; $lang->custom->features['admin'] = 'Admin'; $lang->custom->features['vision'] = 'Full Feature Interface, Operation Management Interface';