Merge pull request #648 from dod-ccpo/title-error-message

Title error message
This commit is contained in:
rachel-dtr
2019-02-15 09:59:41 -05:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -121,7 +121,6 @@ export default {
mask: false,
match: /^.{4,100}$/,
unmask: [],
validationError:
'Portfolio names must be at least 4 and not more than 100 characters',
validationError: 'Portfolio names can be between 4-100 characters',
},
}