fix typos in request name field name and validation

This commit is contained in:
dandds
2018-09-19 12:00:40 -04:00
parent 8ce667cea2
commit 19296e64c9
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
},
}