Commit 3b0d8497112dab5e9397a30bb81e06f8bfdde76a
1 parent
f2df3179
Exists in
master
and in
29 other branches
Change text "Created at" on organization's page
(ActionItem2145)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/_organization_profile.rhtml
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | <%= display_field(_('Location:'), profile, :location, true) %> |
16 | 16 | |
17 | 17 | <tr> |
18 | - <td class='field-name'><%= _('Created at:') %></td> | |
18 | + <td class='field-name'><%= _('Profile created at:') %></td> | |
19 | 19 | <td><%= show_date(profile.created_at) %></td> |
20 | 20 | </tr> |
21 | 21 | ... | ... |