summaryrefslogtreecommitdiff
path: root/spec/support/helpers/navbar_structure_helper.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-09 12:07:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-09 12:07:31 +0000
commit1935f3e81b99c00697bf0b4d6a44d64068b34745 (patch)
treee2c42218945d0ae19c4566e844d4707513cc2fd6 /spec/support/helpers/navbar_structure_helper.rb
parenta352bc8e72b948a834b0569d0d4288e95a9c529e (diff)
downloadgitlab-ce-1935f3e81b99c00697bf0b4d6a44d64068b34745.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers/navbar_structure_helper.rb')
-rw-r--r--spec/support/helpers/navbar_structure_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/support/helpers/navbar_structure_helper.rb b/spec/support/helpers/navbar_structure_helper.rb
index e1ed3ffacec..4e77e292410 100644
--- a/spec/support/helpers/navbar_structure_helper.rb
+++ b/spec/support/helpers/navbar_structure_helper.rb
@@ -93,7 +93,8 @@ module NavbarStructureHelper
nav_sub_items: [
_('Dashboards'),
_('Explore'),
- _('Manage Dashboards')
+ _('Data sources'),
+ _('Manage dashboards')
]
}
)