Commit 37d6837590f69d12d7883613d8f97b0d572b6770

Authored by Leandro Santos
1 parent af89dbce

ActionItem2145: changing profile's page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile/_person_profile.rhtml
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 <%= display_field(_('Type:'), profile, :privacy_setting, true) %> 9 <%= display_field(_('Type:'), profile, :privacy_setting, true) %>
10 10
11 <tr> 11 <tr>
12 - <td class='field-name'><%= _('Created at:') %></td> 12 + <td class='field-name'><%= _('Profile created at:') %></td>
13 <td><%= show_date(profile.created_at) %></td> 13 <td><%= show_date(profile.created_at) %></td>
14 </tr> 14 </tr>
15 15