Skip to content

Commit

Permalink
Update job title hint text
Browse files Browse the repository at this point in the history
Our users in the bail context will mostly be Bail Information Officers, so this text needs updating.
  • Loading branch information
Patrick Fleming committed Jan 13, 2025
1 parent b84a651 commit 05e04ff
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 05e04ff

Please sign in to comment.