Skip to content

Commit

Permalink
Update copy of change request emails
Browse files Browse the repository at this point in the history
Prefer:
1. "Thank you" over "Thanks"
2. "Kind regards" over "Yours".
  • Loading branch information
gbp committed Oct 11, 2023
1 parent 164175f commit 6bd44b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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) %>
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) %>

0 comments on commit 6bd44b6

Please sign in to comment.