From b4296bb71efd2fa3e1c03836e90045d11676af49 Mon Sep 17 00:00:00 2001 From: daitingting Date: Thu, 24 Nov 2022 02:52:17 +0000 Subject: [PATCH] * Fix bug #30171. --- module/custom/lang/de.php | 2 +- module/custom/lang/en.php | 2 +- module/custom/lang/fr.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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';