Fix validation messages for updating portfolio name
This commit is contained in:
parent
faa3bcf31e
commit
c5dfcbab5e
@ -122,6 +122,6 @@ export default {
|
|||||||
match: /^.{4,100}$/,
|
match: /^.{4,100}$/,
|
||||||
unmask: [],
|
unmask: [],
|
||||||
validationError:
|
validationError:
|
||||||
'Portfolio and request names must be at least 4 and not more than 100 characters',
|
'Portfolio names must be at least 4 and not more than 100 characters',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -254,7 +254,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 50 characters
|
name_length_validation_message: Portfolio names must be at least 4 and not more than 100 characters
|
||||||
fragments:
|
fragments:
|
||||||
edit_application_form:
|
edit_application_form:
|
||||||
existing_application_title: 'Edit {application_name} application'
|
existing_application_title: 'Edit {application_name} application'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user