Skip to content

Commit

Permalink
DFPL-2285: Tidy up Advisor -> Adviser (#5376)
Browse files Browse the repository at this point in the history
Co-authored-by: prabhamuthu15 <[email protected]>
  • Loading branch information
DanCatchpole and prabhamuthu15 authored May 14, 2024
1 parent 7f9c871 commit d46542f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"ListElementCode": "jobTitle",
"FieldType": "Text",
"ElementLabel": "Job title",
"HintText": "For example, legal advisor",
"HintText": "For example, legal adviser",
"SecurityClassification": "Public"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit d46542f

Please sign in to comment.