Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission mailer copy change #2540

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions app/views/users/submission_mailer/success.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ You can view and download your submission/s at any time by logging into your acc

After the deadline, however, submissions cannot be edited or altered.

To find out more on what happens next please visit The King's Awards for Enterprise page:
To find out what happens next with your application, please see The King's Awards for Enterprise timeline:
<%= timeline_url %>

If you have any further queries about the <%= app_alias %> process you can call us on 020 7215 6880 or email us [email protected].
If you have any further queries about the <%= app_alias %> process you can call us on 020 7215 6880 or email us at [email protected].

Our email address will be changing nearer the end of September. Please continue to use the current address, and we will send reminders in plenty of time to make sure contact is not lost.

Kind regards,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def development_step3
words_max 200
end

textarea :describe_the_senior_decision_makers_commitment_to_sustainability, "What is the senior decision makers' commitment to the future sustainable growth of the organisation?" do
textarea :describe_the_senior_decision_makers_commitment_to_sustainability, "What is the senior decision maker's commitment to the future sustainable growth of the organisation?" do
classes "word-max-strict sub-question"
ref "C 3.3"
required
Expand Down
Loading