diff --git a/app/views/map_mailer/invite_to_edit_email.html.erb b/app/views/map_mailer/invite_to_edit_email.html.erb index dd39cad5..9d72aa4d 100644 --- a/app/views/map_mailer/invite_to_edit_email.html.erb +++ b/app/views/map_mailer/invite_to_edit_email.html.erb @@ -8,7 +8,7 @@
<%= @inviter.name %> has invited you to collaboratively edit the following map on Metamaps:
+<%= @inviter.name %> has invited you to collaboratively edit the following metamap:
<%= link_to @map.name, map_url(@map), target: "_blank", style: "font-size: 18px; text-decoration: none; color: #a354cd;" %>
<% if @map.desc %><%= @map.desc %>
diff --git a/app/views/map_mailer/invite_to_edit_email.text.erb b/app/views/map_mailer/invite_to_edit_email.text.erb index f1dfa74d..62bd2c90 100644 --- a/app/views/map_mailer/invite_to_edit_email.text.erb +++ b/app/views/map_mailer/invite_to_edit_email.text.erb @@ -1,4 +1,4 @@ -<%= @inviter.name %> has invited you to collaboratively edit the following map on Metamaps: +<%= @inviter.name %> has invited you to collaboratively edit the following metamap: <%= @map.name %> [<%= map_url(@map) %>]