Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/navbar_structure_helper.rb')
-rw-r--r--spec/support/helpers/navbar_structure_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/helpers/navbar_structure_helper.rb b/spec/support/helpers/navbar_structure_helper.rb
index 131c7597827..5519a6910a2 100644
--- a/spec/support/helpers/navbar_structure_helper.rb
+++ b/spec/support/helpers/navbar_structure_helper.rb
@@ -127,7 +127,7 @@ module NavbarStructureHelper
def project_analytics_sub_nav_item
[
_('Value stream analytics'),
- _('Contributor statistics'),
+ _('Contributor analytics'),
_('CI/CD analytics'),
_('Repository analytics'),
(_('Code review analytics') if Gitlab.ee?),