Commit 3cb53a1e authored by Dan Jensen's avatar Dan Jensen

Fix section name in Contribution Analytics

Previously the Contribution Analytics section for pushes was titled
"Push" (singular) even though all other sections were plural. This
fixes that problem by changing the title to "Pushes" (plural).
parent 0ee341c0
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
= s_('ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}') % { start_date: @start_date } = s_('ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}') % { start_date: @start_date }
%div{ data: { qa_selector: 'push_content' } } %div{ data: { qa_selector: 'push_content' } }
%h3= _('Push') %h3= _('Pushes')
- code_push_count = @data_collector.total_push_count - code_push_count = @data_collector.total_push_count
- commits_count = @data_collector.total_commit_count - commits_count = @data_collector.total_commit_count
- person_count = @data_collector.total_push_author_count - person_count = @data_collector.total_push_author_count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment