diff --git a/app/views/profile_editor/edit.rhtml b/app/views/profile_editor/edit.rhtml index 9ec221a..169fae6 100644 --- a/app/views/profile_editor/edit.rhtml +++ b/app/views/profile_editor/edit.rhtml @@ -1,4 +1,4 @@ -

<%= _('Profile settings') %>

+

<%= _('Profile settings for %s') % profile.name %>

<%= error_messages_for :profile %> diff --git a/app/views/profile_editor/index.rhtml b/app/views/profile_editor/index.rhtml index 8e2e1f4..f2ef89f 100644 --- a/app/views/profile_editor/index.rhtml +++ b/app/views/profile_editor/index.rhtml @@ -1,6 +1,6 @@
-

<%= _('My profile') %>

+

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

<%= render :partial => 'pending_tasks' %> -- libgit2 0.21.2