From 00a27a449810b201d44d619bc54284d474ac1b1d Mon Sep 17 00:00:00 2001 From: Louis Kirkham Date: Thu, 29 Aug 2024 13:50:59 +0100 Subject: [PATCH] chore: Update major_issues_overcome field in award year forms 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 --- forms/award_years/v2025/innovation/innovation_step1.rb | 4 ++-- .../v2025/international_trade/international_trade_step1.rb | 4 ++-- .../v2025/social_mobility/social_mobility_step1.rb | 4 ++-- .../sustainable_development/sustainable_development_step1.rb | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/forms/award_years/v2025/innovation/innovation_step1.rb b/forms/award_years/v2025/innovation/innovation_step1.rb index ca2adae0c..1a2b54111 100644 --- a/forms/award_years/v2025/innovation/innovation_step1.rb +++ b/forms/award_years/v2025/innovation/innovation_step1.rb @@ -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 %( -

For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

+

For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

) words_max 200 end diff --git a/forms/award_years/v2025/international_trade/international_trade_step1.rb b/forms/award_years/v2025/international_trade/international_trade_step1.rb index d425f9099..6dad30ed6 100644 --- a/forms/award_years/v2025/international_trade/international_trade_step1.rb +++ b/forms/award_years/v2025/international_trade/international_trade_step1.rb @@ -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 %( -

For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

+

For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

) words_max 200 end diff --git a/forms/award_years/v2025/social_mobility/social_mobility_step1.rb b/forms/award_years/v2025/social_mobility/social_mobility_step1.rb index e348471e9..8c97ff2a8 100644 --- a/forms/award_years/v2025/social_mobility/social_mobility_step1.rb +++ b/forms/award_years/v2025/social_mobility/social_mobility_step1.rb @@ -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 %( -

For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

+

For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

) words_max 200 end diff --git a/forms/award_years/v2025/sustainable_development/sustainable_development_step1.rb b/forms/award_years/v2025/sustainable_development/sustainable_development_step1.rb index 60c1976af..47afbf177 100644 --- a/forms/award_years/v2025/sustainable_development/sustainable_development_step1.rb +++ b/forms/award_years/v2025/sustainable_development/sustainable_development_step1.rb @@ -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 %( -

For example, what steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

+

For example, what remedial steps did you take following a significant issue that affected your workforce, such as a major Health & Safety incident?

) words_max 200 end