diff --git a/ccd-definition/ComplexTypes/CareSupervision/2_ApplicantParty.json b/ccd-definition/ComplexTypes/CareSupervision/2_ApplicantParty.json index 8165a7e195c..a8641bef3a4 100644 --- a/ccd-definition/ComplexTypes/CareSupervision/2_ApplicantParty.json +++ b/ccd-definition/ComplexTypes/CareSupervision/2_ApplicantParty.json @@ -83,7 +83,7 @@ "ListElementCode": "jobTitle", "FieldType": "Text", "ElementLabel": "Job title", - "HintText": "For example, legal advisor", + "HintText": "For example, legal adviser", "SecurityClassification": "Public" }, { diff --git a/ccd-definition/FixedLists/CareSupervision/JudgeOrMagistrateTitle.json b/ccd-definition/FixedLists/CareSupervision/JudgeOrMagistrateTitle.json index 953d7512d3f..ba8105aec19 100644 --- a/ccd-definition/FixedLists/CareSupervision/JudgeOrMagistrateTitle.json +++ b/ccd-definition/FixedLists/CareSupervision/JudgeOrMagistrateTitle.json @@ -45,7 +45,7 @@ "LiveFrom": "01/01/2017", "ID": "JudgeOrMagistrateTitle", "ListElementCode": "LEGAL_ADVISOR", - "ListElement": "Legal Advisor", + "ListElement": "Legal Adviser", "DisplayOrder": 7 },{ "LiveFrom": "01/01/2017", diff --git a/service/src/main/java/uk/gov/hmcts/reform/fpl/enums/JudgeOrMagistrateTitle.java b/service/src/main/java/uk/gov/hmcts/reform/fpl/enums/JudgeOrMagistrateTitle.java index 55157563799..d16c4aa854e 100644 --- a/service/src/main/java/uk/gov/hmcts/reform/fpl/enums/JudgeOrMagistrateTitle.java +++ b/service/src/main/java/uk/gov/hmcts/reform/fpl/enums/JudgeOrMagistrateTitle.java @@ -11,7 +11,7 @@ public enum JudgeOrMagistrateTitle { DEPUTY_DISTRICT_JUDGE_MAGISTRATES_COURT("District Judge Magistrates Court"), MAGISTRATES("Magistrates (JP)"), MS_JUSTICE("Ms Justice"), - LEGAL_ADVISOR("Legal Advisor"), + LEGAL_ADVISOR("Legal Adviser"), MRS_JUSTICE("Mrs Justice"), MR_JUSTICE("Mr Justice"), OTHER("Other");