diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 6b10572e8c..94ee3bdae4 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -268,7 +268,7 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; $lang->custom->features['execution'] = 'Execution'; -$lang->custom->features['qa'] = 'Test'; +$lang->custom->features['qa'] = 'QA'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; $lang->custom->features['doc'] = 'Document'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 1bc378f83e..801cc4b7cf 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -268,7 +268,7 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; $lang->custom->features['execution'] = 'Execution'; -$lang->custom->features['qa'] = 'Test'; +$lang->custom->features['qa'] = 'QA'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; $lang->custom->features['doc'] = 'Document'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 2f37ae8288..2da4162f4b 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -268,7 +268,7 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; $lang->custom->features['execution'] = 'Execution'; -$lang->custom->features['qa'] = 'Test'; +$lang->custom->features['qa'] = 'QA'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; $lang->custom->features['doc'] = 'Document';