Skip to content

Commit

Permalink
Merge pull request #2306 from MarkFeleaMotetGov/first-nation-capitalized
Browse files Browse the repository at this point in the history
Capitalize First Nation in alert message (#2245)
  • Loading branch information
jadmsaadaot authored Jun 5, 2024
2 parents 9af0f54 + dedad0f commit 218c5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const InfoIcon: React.FC<IconProps> = icons["InfoIcon"];
const schema = yup.object().shape({
indigenous_nation_id: yup
.string()
.required("Please select the first nation")
.required("Please select a First Nation")
.test({
name: "checkDuplicateNationWorkAssociation",
exclusive: true,
Expand Down

0 comments on commit 218c5b2

Please sign in to comment.