summaryrefslogtreecommitdiff
path: root/spec/support/helpers
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-11 21:09:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-11 21:09:40 +0000
commit213f46f188c29e9c442df61530110e172a7e819e (patch)
tree8544300e523c4e8cc3955406fa58e2d4b8ded773 /spec/support/helpers
parent33f7ef81fd6bcab7bbdf0bc3f37d337256fb11fb (diff)
downloadgitlab-ce-213f46f188c29e9c442df61530110e172a7e819e.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/support/helpers')
-rw-r--r--spec/support/helpers/navbar_structure_helper.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/support/helpers/navbar_structure_helper.rb b/spec/support/helpers/navbar_structure_helper.rb
index 4e77e292410..48c6e590e1b 100644
--- a/spec/support/helpers/navbar_structure_helper.rb
+++ b/spec/support/helpers/navbar_structure_helper.rb
@@ -91,10 +91,8 @@ module NavbarStructureHelper
new_nav_item: {
nav_item: _('Observability'),
nav_sub_items: [
- _('Dashboards'),
- _('Explore'),
- _('Data sources'),
- _('Manage dashboards')
+ _('Explore telemetry data'),
+ _('Data sources')
]
}
)