X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..a2ad08b2e213cfd56676bc8251147f25aef63984:/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 -%>