story desc

This commit is contained in:
tengfei
2017-11-17 15:16:31 +08:00
parent a12fefb2a6
commit bb03a47b45
+1 -1
View File
@@ -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?";