-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copy of change request emails
Prefer: 1. "Thank you" over "Thanks" 2. "Kind regards" over "Yours".
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
lib/views/admin_public_body_change_requests/add_accepted.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<%= _("Dear {{user_name}},", :user_name => @change_request.get_user_name) %> | ||
<%= _("Thanks for your suggestion to add {{public_body_name}}. It's been added to the site here:", :public_body_name => @change_request.public_body_name) %> | ||
<%= _("Thank you for your suggestion to add {{public_body_name}}. It's been added to the site here:", :public_body_name => @change_request.public_body_name) %> | ||
<%= _("[Authority URL will be inserted here]")%> | ||
<%= _("Yours,") %> | ||
<%= _("Kind regards,") %> | ||
<%= _("The {{site_name}} team.", :site_name => site_name) %> |
4 changes: 2 additions & 2 deletions
4
lib/views/admin_public_body_change_requests/update_accepted.text.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<%= _("Dear {{user_name}},", :user_name => @change_request.get_user_name) %> | ||
<%= _("Thanks for your suggestion to update the email address for {{public_body_name}} to {{public_body_email}}. This has now been done and any new requests will be sent to the new address.", :public_body_name => @change_request.public_body.name, :public_body_email => @change_request.public_body_email) %> | ||
<%= _("Thank you for your suggestion to update the email address for {{public_body_name}} to {{public_body_email}}. This has now been done and any new requests will be sent to the new address.", :public_body_name => @change_request.public_body.name, :public_body_email => @change_request.public_body_email) %> | ||
<%= _("Yours,") %> | ||
<%= _("Kind regards,") %> | ||
<%= _("The {{site_name}} team.", :site_name => site_name) %> |