Commit f2df3179e2a42c5a060f4e4e284cd5368ee3e5ea
Exists in
master
and in
29 other branches
Merge commit 'refs/merge-requests/81' of git://gitorious.org/noosfero/noosfero i…
…nto merge-requests/81
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 |