Update TO to be 13 digits
This commit is contained in:
parent
c8e700c8fe
commit
57894c16ca
@ -72,9 +72,9 @@ export default {
|
|||||||
},
|
},
|
||||||
taskOrderNumber: {
|
taskOrderNumber: {
|
||||||
mask: false,
|
mask: false,
|
||||||
match: /^.{10}$/,
|
match: /^.{13}$/,
|
||||||
unmask: [],
|
unmask: [],
|
||||||
validationError: 'TO number must be 10 digits',
|
validationError: 'TO number must be 13 digits',
|
||||||
},
|
},
|
||||||
usPhone: {
|
usPhone: {
|
||||||
mask: [
|
mask: [
|
||||||
|
@ -172,7 +172,7 @@ forms:
|
|||||||
'no': 'No, not planning to develop natively in the cloud'
|
'no': 'No, not planning to develop natively in the cloud'
|
||||||
not_sure: 'Not sure, unsure if planning to develop natively in the cloud'
|
not_sure: 'Not sure, unsure if planning to develop natively in the cloud'
|
||||||
not_sure_help: Not sure? Talk to your technical lead about where and how they plan on developing your application.
|
not_sure_help: Not sure? Talk to your technical lead about where and how they plan on developing your application.
|
||||||
number_description: Task order number (10 digit number from your system of record)
|
number_description: Task order number (13 digit number from your system of record)
|
||||||
scope_description: 'What do you plan to do on the cloud? Some examples might include migrating an existing application or creating a prototype. You don’t need to include a detailed plan of execution, but should list key requirements. This section will be reviewed by your contracting officer, but won’t be sent to the CCPO. <p>Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration.</p>'
|
scope_description: 'What do you plan to do on the cloud? Some examples might include migrating an existing application or creating a prototype. You don’t need to include a detailed plan of execution, but should list key requirements. This section will be reviewed by your contracting officer, but won’t be sent to the CCPO. <p>Not sure how to describe your scope? <a href="#">Read some examples</a> to get some inspiration.</p>'
|
||||||
scope_label: Cloud project scope
|
scope_label: Cloud project scope
|
||||||
start_date_label: Start of period of performance (PoP)
|
start_date_label: Start of period of performance (PoP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user