File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
src/config/projectQuestions Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const sections = [
3030 {
3131 id : 'projectName' ,
3232 required : true ,
33- validationError : 'Please provide a name to your project' ,
33+ validationError : 'Please provide a name for your project' ,
3434 fieldName : 'name' ,
3535 description : '' ,
3636 title : 'Project Name' ,
@@ -240,7 +240,7 @@ export const basicSections = [
240240 {
241241 id : 'projectName' ,
242242 required : true ,
243- validationError : 'Please provide a name to your project' ,
243+ validationError : 'Please provide a name for your project' ,
244244 fieldName : 'name' ,
245245 description : '' ,
246246 title : 'Project Name' ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const sections = [
3232 {
3333 id : 'projectName' ,
3434 required : true ,
35- validationError : 'Please provide a name to your project' ,
35+ validationError : 'Please provide a name for your project' ,
3636 fieldName : 'name' ,
3737 description : '' ,
3838 title : 'Project Name' ,
@@ -239,7 +239,7 @@ export const basicSections = [
239239 {
240240 id : 'projectName' ,
241241 required : true ,
242- validationError : 'Please provide a name to your project' ,
242+ validationError : 'Please provide a name for your project' ,
243243 fieldName : 'name' ,
244244 description : '' ,
245245 title : 'Project Name' ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const sections = [
3030 {
3131 id : 'projectName' ,
3232 required : true ,
33- validationError : 'Please provide a name to your project' ,
33+ validationError : 'Please provide a name for your project' ,
3434 fieldName : 'name' ,
3535 description : '' ,
3636 title : 'Project Name' ,
@@ -156,7 +156,7 @@ export const basicSections = [
156156 {
157157 id : 'projectName' ,
158158 required : true ,
159- validationError : 'Please provide a name to your project' ,
159+ validationError : 'Please provide a name for your project' ,
160160 fieldName : 'name' ,
161161 description : '' ,
162162 title : 'Project Name' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const sections = [
2222 {
2323 id : 'projectName' ,
2424 required : true ,
25- validationError : 'Please provide a name to your project' ,
25+ validationError : 'Please provide a name for your project' ,
2626 fieldName : 'name' ,
2727 description : '' ,
2828 title : 'Project Name' ,
@@ -214,7 +214,7 @@ export const basicSections = [
214214 {
215215 id : 'projectName' ,
216216 required : true ,
217- validationError : 'Please provide a name to your project' ,
217+ validationError : 'Please provide a name for your project' ,
218218 fieldName : 'name' ,
219219 description : '' ,
220220 title : 'Project Name' ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const sections = [
3333 {
3434 id : 'projectName' ,
3535 required : true ,
36- validationError : 'Please provide a name to your project' ,
36+ validationError : 'Please provide a name for your project' ,
3737 fieldName : 'name' ,
3838 description : '' ,
3939 title : 'Project Name' ,
@@ -257,7 +257,7 @@ export const basicSections = [
257257 {
258258 id : 'projectName' ,
259259 required : true ,
260- validationError : 'Please provide a name to your project' ,
260+ validationError : 'Please provide a name for your project' ,
261261 fieldName : 'name' ,
262262 description : '' ,
263263 title : 'Project Name' ,
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const sections = [
3333 {
3434 id : 'projectName' ,
3535 required : true ,
36- validationError : 'Please provide a name to your project' ,
36+ validationError : 'Please provide a name for your project' ,
3737 fieldName : 'name' ,
3838 description : '' ,
3939 title : 'Project Name' ,
@@ -240,7 +240,7 @@ export const basicSections = [
240240 {
241241 id : 'projectName' ,
242242 required : true ,
243- validationError : 'Please provide a name to your project' ,
243+ validationError : 'Please provide a name for your project' ,
244244 fieldName : 'name' ,
245245 description : '' ,
246246 title : 'Project Name' ,
You can’t perform that action at this time.
0 commit comments