diff --git a/app/views/profile/index.rhtml b/app/views/profile/index.rhtml index 126253d..cf95000 100644 --- a/app/views/profile/index.rhtml +++ b/app/views/profile/index.rhtml @@ -5,7 +5,7 @@ <% end %> <% cache_timeout(profile.identifier + '-profile', 30.minutes.from_now) do %> -

<%= _("%s's profile") % profile.identifier %>

+

<%= _("%s's profile") % profile.name %>

<%= render :partial => partial_for_class(profile.class) %> -- libgit2 0.21.2