diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 87212d4599..741cf5659f 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -210,7 +210,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 0f41b3e07d..81d5ed4c3a 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -210,7 +210,7 @@ $lang->custom->conceptQuestions['storypoint'] = "3. 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();