Spelling change Commit Statistics

This commit is contained in:
Sabba Petri
2015-03-03 20:38:42 -08:00
committed by Marin Jankovski
parent 3d6d0e1e77
commit b5ec0d6d45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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')}
+1 -1
View File
@@ -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