X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..76bc5eba0617e36ebb853d24212543d0e1d4904d:/app/views/notifier/friend_notification.html.erb?ds=inline diff --git a/app/views/notifier/friend_notification.html.erb b/app/views/notifier/friend_notification.html.erb index cfea97195..f6774f2dc 100644 --- a/app/views/notifier/friend_notification.html.erb +++ b/app/views/notifier/friend_notification.html.erb @@ -1,9 +1,9 @@ -
<%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %>
+<%= t '.had_added_you', :user => @friend.befriender.display_name %>
<%= message_body do %> -<%= raw t 'notifier.friend_notification.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %>
+<%= raw t '.see_their_profile', :userurl => link_to(@viewurl, @viewurl) %>
<% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> -<%= raw t 'notifier.friend_notification.befriend_them', :befriendurl => link_to(@friendurl, @friendurl) %>
+<%= raw t '.befriend_them', :befriendurl => link_to(@friendurl, @friendurl) %>
<% end -%> <% end %>