diff --git a/app/globals.js b/app/globals.js index c09fc9704..4d383940b 100644 --- a/app/globals.js +++ b/app/globals.js @@ -361,12 +361,16 @@ export default () => { healthQuestions[key].labelWithOptions || healthQuestions[key].label keyText = parentFacing - ? keyText.replace('the child', 'your child') - : keyText + ? healthQuestions[key].label.replace('the child', 'your child') + : `
${healthQuestions[key].label}
` + + if (!parentFacing && healthQuestions[key].hint) { + keyText += `${healthQuestions[key].hint}
` + } summaryRows.push({ - border: undefined, - key: { text: keyText }, + classes: undefined, + key: { html: keyText }, value: { html }, ...(edit && { actions: {