diff --git a/atst/forms/new_request.py b/atst/forms/new_request.py index 71211a29..74f35f51 100644 --- a/atst/forms/new_request.py +++ b/atst/forms/new_request.py @@ -148,7 +148,7 @@ class DetailsOfUseForm(ValidatedForm): ) name = StringField( - "Name your Request", + "Name Your Request", description="This name serves as a reference for your initial request and the associated workspace that will be created once this request is approved. You may edit this name later.", validators=[ Required(), diff --git a/js/lib/input_validations.js b/js/lib/input_validations.js index 880f13dd..4df1f7dd 100644 --- a/js/lib/input_validations.js +++ b/js/lib/input_validations.js @@ -83,6 +83,6 @@ export default { mask: false, match: /^.{4,100}$/, unmask: [], - validationError: 'Workspace and request names must be at least 4 and not more than 50 characters' + validationError: 'Workspace and request names must be at least 4 and not more than 100 characters' }, }