Add min and max range values to date selector so a more accurate error message can be displayed when a date is out of the range
This commit is contained in:
@@ -210,8 +210,10 @@ forms:
|
||||
number_description: Task order number (13 digits)
|
||||
pop_errors:
|
||||
date_order: PoP start date must be before end date.
|
||||
end: PoP end date must be before or on {date}.
|
||||
start: PoP start date must be on or after {date}.
|
||||
end_past_contract: PoP end date must be before or on {date}.
|
||||
end_pre_contract: PoP end date must be after or on {date}.
|
||||
start_past_contract: PoP start date must be before or on {date}.
|
||||
start_pre_contract: PoP start date must be on or after {date}.
|
||||
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
|
||||
clin_funding_errors:
|
||||
|
Reference in New Issue
Block a user