Skip to content

Commit

Permalink
MAN-267: Changed risk wording (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcphee77 authored Jan 9, 2025
1 parent 1af5b10 commit f5de50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/views/pages/risk.njk
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@
{{ govukSummaryList({
rows: [
{
key: { html: '<span data-qa="nameLabel">High-scoring needs</span>' },
key: { html: '<span data-qa="highScoringNeedsLabel">High-scoring areas from the assessment</span>' },
value: { html: '<span data-qa="highScoringNeedsValue">' + highScoringNeeds + '</span>' }
},
{
key: { html: '<span data-qa="dateOfBirthLabel">Low-scoring needs</span>' },
key: { html: '<span data-qa="lowScoringNeedsLabel">Low-scoring areas from the assessment</span>' },
value: { html: '<span data-qa="lowScoringNeedsValue">' + lowScoringNeeds + '</span>'}
},
{
key: { html: '<span data-qa="preferredNameLabel">Areas without a need score</span>' },
key: { html: '<span data-qa="noScoreNeedsLabel">Areas without a need score</span>' },
value: { html: '<span data-qa="noScoreNeedsValue">' + noScoreNeeds + '</span>'}
}
]
Expand Down

0 comments on commit f5de50c

Please sign in to comment.