Commit ce2f758c authored by Sunjung Park's avatar Sunjung Park Committed by Enrique Alcántara

Geo: Update the navigation UI text

parent 7c2fbd9e
......@@ -11,9 +11,9 @@
#{ _('Geo') }
%li.divider.fly-out-top-item
= nav_link(path: 'admin/geo/nodes#index') do
= link_to admin_geo_nodes_path, title: _('Nodes') do
= link_to admin_geo_nodes_path, title: _('Sites') do
%span
= _('Nodes')
= _('Sites')
- if Gitlab::Geo.secondary?
= nav_link(controller: %w(admin/geo/projects admin/geo/uploads admin/geo/designs admin/geo/replicables)) do
= link_to admin_geo_projects_path, title: _('Replication') do
......
......@@ -26,8 +26,8 @@ RSpec.describe 'admin Geo Sidebar', :js, :geo do
end
end
describe 'visiting geo nodes' do
it_behaves_like 'active sidebar link', 'Nodes' do
describe 'visiting geo sites' do
it_behaves_like 'active sidebar link', 'Sites' do
let(:path) { admin_geo_nodes_path }
end
end
......
......@@ -31346,6 +31346,9 @@ msgstr ""
msgid "Site profile not found for given parameters"
msgstr ""
msgid "Sites"
msgstr ""
msgid "Size"
msgstr ""
......
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