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();