diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 08ca6762ba..6b10572e8c 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 f094606d09..1bc378f83e 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'] = 'Execution'; @@ -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 9094363f73..2f37ae8288 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';