diff options
-rw-r--r-- | app/views/user/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index bb509ec51..f8b820f03 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -1,7 +1,7 @@ <% if @show_requests %> - <% @title = h(@display_user.name) + " - Freedom of Information requests" %> + <% @title = h(@display_user.name) + _(" - Freedom of Information requests") %> <% else %> - <% @title = h(@display_user.name) + " - user profile" %> + <% @title = h(@display_user.name) + _(" - user profile") %> <% end %> <% if (@same_name_users.size >= 1) %> |