X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0c79686f3cef86330d0ab6bbef2a9e2275ac93ac..6f09f5d49ce117c0f34c7c82b80b19fdccb873cf:/app/views/messages/inbox.html.erb
diff --git a/app/views/messages/inbox.html.erb b/app/views/messages/inbox.html.erb
index 40bb8e8a3..0fb5107ce 100644
--- a/app/views/messages/inbox.html.erb
+++ b/app/views/messages/inbox.html.erb
@@ -9,7 +9,7 @@
<%= render :partial => "message_count" %>
<% if current_user.messages.size > 0 %>
-
+
<%= t ".from" %> |
@@ -24,5 +24,5 @@
<% else %>
- <%= raw(t(".no_messages_yet", :people_mapping_nearby_link => link_to(t(".people_mapping_nearby"), user_path(current_user)))) %>
+ <%= t(".no_messages_yet_html", :people_mapping_nearby_link => link_to(t(".people_mapping_nearby"), user_path(current_user))) %>
<% end %>