X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a22c3525e48872e7f7f083ba6589ca659a13234b..27679356af01e771324ef7b03919e3e9e803c20a:/app/views/notifier/friend_notification.text.erb diff --git a/app/views/notifier/friend_notification.text.erb b/app/views/notifier/friend_notification.text.erb index ae89a4136..e1db966ab 100644 --- a/app/views/notifier/friend_notification.text.erb +++ b/app/views/notifier/friend_notification.text.erb @@ -1,7 +1,7 @@ -<%= t 'notifier.friend_notification.had_added_you', :user => @friend.befriender.display_name %> +<%= t '.had_added_you', :user => @friend.befriender.display_name %> -<%= t 'notifier.friend_notification.see_their_profile', :userurl => @viewurl %> +<%= t '.see_their_profile', :userurl => @viewurl %> <% unless @friend.befriendee.is_friends_with?(@friend.befriender) -%> -<%= t 'notifier.friend_notification.befriend_them', :befriendurl => @friendurl %> +<%= t '.befriend_them', :befriendurl => @friendurl %> <% end -%>