Commit d7e0a50b authored by Sunjung Park's avatar Sunjung Park

Update texts in the global nav

parent ccf9b780
......@@ -44,7 +44,7 @@ module EE
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 @@ RSpec.describe Nav::TopNavHelper do
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
......
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