From b3244a73a34e6a7047fb03ea2ea7623828f41b98 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 10 Dec 2020 17:15:34 +0800 Subject: [PATCH] * adjust for en lang. --- module/custom/lang/de.php | 2 +- module/custom/lang/en.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index d70348b8d7..1c66f99428 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -171,7 +171,7 @@ $lang->custom->conceptQuestions['storypoint'] = "2. Do you use hours or st $lang->custom->conceptOptions = new stdclass; $lang->custom->conceptOptions->story = array(); -$lang->custom->conceptOptions->story['0'] = 'Requiremenet'; +$lang->custom->conceptOptions->story['0'] = 'Requirement'; $lang->custom->conceptOptions->story['1'] = 'Story'; $lang->custom->conceptOptions->hourPoint = array(); diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 49d8deca10..9d0692dbb2 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -171,7 +171,7 @@ $lang->custom->conceptQuestions['storypoint'] = "2. Do you use hours or st $lang->custom->conceptOptions = new stdclass; $lang->custom->conceptOptions->story = array(); -$lang->custom->conceptOptions->story['0'] = 'Requiremenet'; +$lang->custom->conceptOptions->story['0'] = 'Requirement'; $lang->custom->conceptOptions->story['1'] = 'Story'; $lang->custom->conceptOptions->hourPoint = array();