fix typos in request name field name and validation
This commit is contained in:
parent
8ce667cea2
commit
19296e64c9
@ -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(),
|
||||
|
@ -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'
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user