diff options
author | Sabba Petri <sabbap@gmail.com> | 2015-03-03 14:05:31 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-03-03 20:38:42 -0800 |
commit | b5ec0d6d450b32fa00d95d864fa797f64e9ca17e (patch) | |
tree | 83bc4617928d34fcd654f713dd0aa1526f963d36 /app/views/projects/graphs | |
parent | 3d6d0e1e778061aa96ab4e4b888138997b363207 (diff) | |
download | gitlab-ce-b5ec0d6d450b32fa00d95d864fa797f64e9ca17e.tar.gz |
Spelling change Commit Statistics
Diffstat (limited to 'app/views/projects/graphs')
-rw-r--r-- | app/views/projects/graphs/commits.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/graphs/commits.html.haml b/app/views/projects/graphs/commits.html.haml index a189a487135..4a5d09b9503 100644 --- a/app/views/projects/graphs/commits.html.haml +++ b/app/views/projects/graphs/commits.html.haml @@ -1,7 +1,7 @@ = render 'head' %p.lead - Commits statistic for + Commit statistics for %strong #{@repository.root_ref} #{@commits_graph.start_date.strftime('%b %d')} - #{@commits_graph.end_date.strftime('%b %d')} |