@@ -45,15 +45,15 @@ const sections = [
4545 minLength : 'Please enter at least 160 characters'
4646 } ,
4747 fieldName : 'description' ,
48- description : 'Brief description of your project, salesforce implementation testing objectives' ,
48+ description : 'Brief description of your project, Salesforce.com implementation testing objectives' ,
4949 title : 'Description' ,
5050 type : 'textbox'
5151 } ,
5252 {
5353 icon : 'question' ,
5454 required : true ,
5555 validationError : 'Please provide the required options' ,
56- title : 'The salesforce accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
56+ title : 'The Salesforce.com accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
5757 Would you like to purchase all the components of the accelerator pack or only a subset of it? (choose all that apply)' ,
5858 description : 'Full solution will have all the above components, while Partial solution - \
5959 can have just either the sfdc assets mentioned in option 1 OR SFDC assets + customized service without the license' ,
@@ -67,7 +67,7 @@ const sections = [
6767 } ,
6868 {
6969 icon : 'question' ,
70- title : 'Select the functionalities which are applicable for your salesforce Implementation ( 1 or multiple from the 10 listed below)' ,
70+ title : 'Select the functionalities which are applicable for your Salesforce.com Implementation ( 1 or multiple from the 10 listed below)' ,
7171 description : '' ,
7272 type : 'checkbox-group' ,
7373 fieldName : 'details.appDefinition.functionalities' ,
@@ -103,7 +103,7 @@ const sections = [
103103 fieldName : 'details.appDefinition.notes' ,
104104 title : 'Notes' ,
105105 description : 'Please enter any additional information such as any existing test automation tool used,\
106- known constraints for automation, % of customizations in your salesforce implementation, etc.' ,
106+ known constraints for automation, % of customizations in your Salesforce.com implementation, etc.' ,
107107 type : 'notes'
108108 } ,
109109 {
@@ -167,15 +167,15 @@ export const basicSections = [
167167 minLength : 'Please enter at least 160 characters'
168168 } ,
169169 fieldName : 'description' ,
170- description : 'Brief description of your project, salesforce implementation testing objectives' ,
170+ description : 'Brief description of your project, Salesforce.com implementation testing objectives' ,
171171 title : 'Description' ,
172172 type : 'textbox'
173173 } ,
174174 {
175175 icon : 'question' ,
176176 required : true ,
177177 validationError : 'Please provide the required options' ,
178- title : 'The salesforce accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
178+ title : 'The Salesforce.com accelerator pack comprises of pre-built test assets and tools/licenses support to enable customization services.\
179179 Would you like to purchase all the components of the accelerator pack or only a subset of it? (choose all that apply)' ,
180180 description : 'Full solution will have all the above components, while Partial solution - \
181181 can have just either the sfdc assets mentioned in option 1 OR SFDC assets + customized service without the license' ,
@@ -189,7 +189,7 @@ export const basicSections = [
189189 } ,
190190 {
191191 icon : 'question' ,
192- title : 'Select the functionalities which are applicable for your salesforce Implementation ( 1 or multiple from the 10 listed below)' ,
192+ title : 'Select the functionalities which are applicable for your Salesforce.com Implementation ( 1 or multiple from the 10 listed below)' ,
193193 description : '' ,
194194 type : 'checkbox-group' ,
195195 fieldName : 'details.appDefinition.functionalities' ,
@@ -225,7 +225,7 @@ export const basicSections = [
225225 fieldName : 'details.appDefinition.notes' ,
226226 title : 'Notes' ,
227227 description : 'Please enter any additional information such as any existing test automation tool used,\
228- known constraints for automation, % of customizations in your salesforce implementation, etc.' ,
228+ known constraints for automation, % of customizations in your Salesforce.com implementation, etc.' ,
229229 type : 'notes'
230230 }
231231 ]
0 commit comments