Skip to content

Commit

Permalink
Merge pull request #51 from ministryofjustice/CBA-99-change-helptext-…
Browse files Browse the repository at this point in the history
…on-what-is-your-job-title-to-bail-information-officer-bio

Update job title hint text
  • Loading branch information
patrickjfl authored Jan 14, 2025
2 parents b84a651 + 05e04ff commit 5a38fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/form-pages/utils/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const getQuestions = (name: string) => {
email: { question: 'Email address' },
},
'job-title': {
jobTitle: { question: 'What is your job title?', hint: 'For example, Prison Offender Manager (POM)' },
jobTitle: { question: 'What is your job title?', hint: 'For example, Bail Information Officer (BIO)' },
},
'contact-number': {
telephone: {
Expand Down

0 comments on commit 5a38fdc

Please sign in to comment.