Skip to content

Commit

Permalink
chore: Update major_issues_overcome field in award year forms
Browse files Browse the repository at this point in the history
This commit updates the help copy for the major_issues_overcome field in the award year forms. The wording has been changed to clarify that the field is specifically for major internal issues that have been overcome in recent years. It also provides an example of a significant issue that could affect the workforce, such as a major Health & Safety incident. The purpose of this update is to improve the clarity and understanding of the field for users.

Signed-off-by: Louis Kirkham <louis.kirkham@bitzesty.com>
  • Loading branch information
TheDancingClown committed Aug 29, 2024
1 parent fbc5953 commit 23122c9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions forms/award_years/v2025/innovation/innovation_step1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def innovation_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ def trade_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def mobility_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ def development_step1
)
end

textarea :major_issues_overcome, "Please explain any major issues that you have overcome in recent years and the remedial steps you have taken." do
textarea :major_issues_overcome, "Please explain any major internal issues you have overcome in recent years and the remedial steps you have taken." do
ref "A 2.2"
classes "sub-question text-words-max"
required
context %(
<p class="govuk-body">For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
<p class="govuk-body">For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?</p>
)
words_max 200
end
Expand Down

0 comments on commit 23122c9

Please sign in to comment.