Commit 62c5a2b0 authored by Mike Jang's avatar Mike Jang

Merge branch 'djensen-fix-contribution-analytics-section-name' into 'master'

Fix section name in Contribution Analytics

See merge request gitlab-org/gitlab!40540
parents aa254b2c 3cb53a1e
......@@ -25,7 +25,7 @@
= s_('ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}') % { start_date: @start_date }
%div{ data: { qa_selector: 'push_content' } }
%h3= _('Push')
%h3= _('Pushes')
- code_push_count = @data_collector.total_push_count
- commits_count = @data_collector.total_commit_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