Skip to content
Snippets Groups Projects
Commit d7e0a50b authored by Sunjung Park's avatar Sunjung Park :speech_balloon:
Browse files

Update texts in the global nav

parent ccf9b780
No related branches found
No related tags found
1 merge request!68991Update UI text of `node` in other Geo pages
......@@ -44,7 +44,7 @@ def build_view_model(builder:, project:, group:)
if ::Gitlab::Geo.secondary? && ::Gitlab::Geo.primary_node_configured?
builder.add_secondary_menu_item(
id: 'geo',
title: _('Go to primary node'),
title: _('Go to primary site'),
icon: 'location-dot',
href: ::Gitlab::Geo.primary_node.url
)
......
......@@ -97,7 +97,7 @@
href: url,
icon: 'location-dot',
id: 'geo',
title: 'Go to primary node'
title: 'Go to primary site'
)
expect(subject[:secondary]).to eq([expected_secondary])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment