diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/user/wall.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/wall.html.erb b/app/views/user/wall.html.erb index a5e08639e..6699c55fa 100644 --- a/app/views/user/wall.html.erb +++ b/app/views/user/wall.html.erb @@ -14,6 +14,6 @@ <%= render :partial => 'request/wall_listing', :locals => { :event => result, :info_request => result.info_request } %> <% end %> <% else %> - <p><%= _("There are nothing to display yet.") %></p> + <p><%= _("There is nothing to display yet.") %></p> <% end %> </div> |