File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/config/projectQuestions Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -235,16 +235,16 @@ const sections = [
235235 icon : 'question' ,
236236 id : 'targetApplication.description' ,
237237 fieldName : 'Description' ,
238- description : 'Please describe your application. ' ,
239- title : '' ,
238+ description : '' ,
239+ title : 'Please describe your application. ' ,
240240 type : 'textbox'
241241 } ,
242242 {
243243 icon : 'question' ,
244244 id : 'targetApplication.platform' ,
245245 fieldName : 'Platform' ,
246- description : 'Please list all platforms the application should be tested on. ' ,
247- title : '' ,
246+ description : '' ,
247+ title : 'Please list all platforms the application should be tested on. ' ,
248248 type : 'textbox'
249249 } ,
250250 {
@@ -267,16 +267,16 @@ const sections = [
267267 icon : 'question' ,
268268 id : 'preferences.suggestions' ,
269269 fieldName : 'Usability Suggestions' ,
270- description : 'Would you like usability suggestions included in the issue report? ' ,
271- title : '' ,
270+ description : '' ,
271+ title : 'Would you like usability suggestions included in the issue report? ' ,
272272 type : 'textbox'
273273 } ,
274274 {
275275 icon : 'question' ,
276276 id : 'preferences.omissions' ,
277277 fieldName : 'Omissions' ,
278- description : 'Are there any types of defects you would like ommitted from issue reports? ' ,
279- title : '' ,
278+ description : '' ,
279+ title : 'Are there any types of defects you would like ommitted from issue reports? ' ,
280280 type : 'textbox'
281281 }
282282 ]
You can’t perform that action at this time.
0 commit comments