From 05e04ff61a89ca7d22c445d863bbc1c9cf970794 Mon Sep 17 00:00:00 2001 From: Patrick Fleming Date: Mon, 13 Jan 2025 15:36:57 +0000 Subject: [PATCH] Update job title hint text Our users in the bail context will mostly be Bail Information Officers, so this text needs updating. --- server/form-pages/utils/questions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/form-pages/utils/questions.ts b/server/form-pages/utils/questions.ts index 305f3f3..6eb9b19 100644 --- a/server/form-pages/utils/questions.ts +++ b/server/form-pages/utils/questions.ts @@ -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: {