diff options
-rw-r--r-- | app/views/admin/projects/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml index c8a87328207..65b9911dc46 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -35,7 +35,7 @@ = @project.creator.try(:name) || '(deleted)' %li - %span.light Created at: + %span.light Created on: %strong = @project.created_at.stamp("March 1, 1999") |