summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabba Petri <sabbap@gmail.com>2015-03-03 14:05:31 -0800
committerMarin Jankovski <maxlazio@gmail.com>2015-03-03 20:38:42 -0800
commitb5ec0d6d450b32fa00d95d864fa797f64e9ca17e (patch)
tree83bc4617928d34fcd654f713dd0aa1526f963d36
parent3d6d0e1e778061aa96ab4e4b888138997b363207 (diff)
downloadgitlab-ce-b5ec0d6d450b32fa00d95d864fa797f64e9ca17e.tar.gz
Spelling change Commit Statistics
-rw-r--r--app/views/projects/graphs/commits.html.haml2
-rw-r--r--features/steps/project/graph.rb2
2 files changed, 2 insertions, 2 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')}
diff --git a/features/steps/project/graph.rb b/features/steps/project/graph.rb
index bc07c3d413c..a2807c340f6 100644
--- a/features/steps/project/graph.rb
+++ b/features/steps/project/graph.rb
@@ -17,7 +17,7 @@ class Spinach::Features::ProjectGraph < Spinach::FeatureSteps
end
step 'page should have commits graphs' do
- page.should have_content "Commits statistic for master"
+ page.should have_content "Commit statistics for master"
page.should have_content "Commits per day of month"
end
end