From 3b0d8497112dab5e9397a30bb81e06f8bfdde76a Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 6 Dec 2011 16:22:39 -0200 Subject: [PATCH] Change text "Created at" on organization's page --- app/views/profile/_organization_profile.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profile/_organization_profile.rhtml b/app/views/profile/_organization_profile.rhtml index 69cf8cb..1a9315b 100644 --- a/app/views/profile/_organization_profile.rhtml +++ b/app/views/profile/_organization_profile.rhtml @@ -15,7 +15,7 @@ <%= display_field(_('Location:'), profile, :location, true) %> - <%= _('Created at:') %> + <%= _('Profile created at:') %> <%= show_date(profile.created_at) %> -- libgit2 0.21.2