Skip to content

Commit ba83087

Browse files
author
Victor George
committed
Switch description to title - much better UX. Descriptions without titles should never occur on a form.
1 parent 515b53f commit ba83087

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/config/projectQuestions/real_world_testing.v1.0.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
]

0 commit comments

Comments
 (0)