From bb03a47b45367b5446ac817af22b04c4afc643be Mon Sep 17 00:00:00 2001 From: tengfei Date: Fri, 17 Nov 2017 15:16:31 +0800 Subject: [PATCH] story desc --- module/story/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 0311f26085..cf92937cf8 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -180,7 +180,7 @@ $lang->story->affectedProjects = 'Affected' . $lang->projectCommon; $lang->story->affectedBugs = 'Affected Bug'; $lang->story->affectedCases = 'Affected Case'; -$lang->story->specTemplate = "Please refer to the Template to write the description. As a < user type>, I hope that < something be done>. So it will do < the value of development>."; +$lang->story->specTemplate = "Please refer to the Template to write the description. As a < type of user >, I want < some goal > so that < some reason >."; $lang->story->needNotReview = 'No Review'; $lang->story->successSaved = "Story saved!"; $lang->story->confirmDelete = "Do you want to delete this Story?";