add request name

This commit is contained in:
dandds
2018-09-19 09:06:30 -04:00
parent e34b1b55d0
commit ec5c3e8ce8
8 changed files with 40 additions and 1 deletions

View File

@@ -83,6 +83,6 @@ export default {
mask: false,
match: /^.{4,50}$/,
unmask: [],
validationError: 'Workspace 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 50 characters'
},
}