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
commit f85f2cd350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -255,7 +255,7 @@ forms:
is_required: This field is required. is_required: This field is required.
portfolio: portfolio:
name_label: Portfolio Name name_label: Portfolio Name
name_length_validation_message: Portfolio names must be at least 4 and not more than 100 characters name_length_validation_message: Portfolio names can be between 4-100 characters
officers: officers:
contracting_officer_invite: Invite KO to Task Order Builder contracting_officer_invite: Invite KO to Task Order Builder
contracting_officer_representative_invite: Invite COR to Task Order Builder contracting_officer_representative_invite: Invite COR to Task Order Builder