Commit 74d5b156def347af2b3ba14f949fd3c904e9350f
1 parent
81d8153f
Exists in
master
and in
22 other branches
ActionItem744: choosing better words
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/profile_editor/edit.rhtml
app/views/profile_editor/index.rhtml
1 | <div id="profile-editor-index"> | 1 | <div id="profile-editor-index"> |
2 | 2 | ||
3 | -<h1 class="block-title"><%= _('My profile') %></h1> | 3 | +<h1 class="block-title"><%= _("%s's profile: control panel") % profile.name %></h1> |
4 | 4 | ||
5 | <%= render :partial => 'pending_tasks' %> | 5 | <%= render :partial => 'pending_tasks' %> |
6 | 6 |