aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/user/wall.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/wall.html.erb b/app/views/user/wall.html.erb
index 5f11041e1..a5e08639e 100644
--- a/app/views/user/wall.html.erb
+++ b/app/views/user/wall.html.erb
@@ -5,7 +5,7 @@
<p><%= _('You can change the requests and users you are following on <a href="{{profile_url}}">your profile page</a>.', :profile_url => show_user_profile_path) %></p>
<%= render :partial => 'change_receive_email' %>
<% else %>
- <h2><%= _("This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall\", :profile_url => show_user_profile_path, :user_name => h(@display_user.name)) %></h2>
+ <h2><%= _("This is <a href=\"{{profile_url}}\">{{user_name}}'s</a> wall", :profile_url => show_user_profile_path, :user_name => h(@display_user.name)) %></h2>
<% end %>
</div>
<div id="user_profile_search">