Skip to content

Commit ce97df4

Browse files
author
Vikas Agarwal
committed
Github issue#960, Update copy for new connect register flow in logged out project creation flow
— Updated copy for Specification tab’s form as per discussion in doc’s comments
1 parent e88bc0d commit ce97df4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const sections = [
2525
return 'Definition'
2626
},
2727
required: true,
28-
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
28+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
2929
subSections: [
3030
{
3131
id: 'projectName',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const sections = [
2727
return 'Definition'
2828
},
2929
required: true,
30-
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
30+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
3131
subSections: [
3232
{
3333
id: 'projectName',

src/config/projectQuestions/topcoder.v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const sections = [
1717
id: 'appDefinition',
1818
title: 'App Definition',
1919
required: true,
20-
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
20+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
2121
subSections: [
2222
{
2323
id: 'projectName',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sections = [
2828
},
2929
required: true,
3030
pricePerPage: 1000,
31-
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
31+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
3232
subSections: [
3333
{
3434
id: 'projectName',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sections = [
2828
},
2929
productName: 'Wireframes',
3030
required: true,
31-
description: 'Answer just a few questions about your application. You can also provide the needed information in a supporting-document - upload it below or add a link in the notes section.',
31+
description: 'Please answer a few basic questions about your project. You can also provide the needed information in a supporting document--add a link in the notes section or upload it below.',
3232
subSections: [
3333
{
3434
id: 'projectName',

0 commit comments

Comments
 (0)