...@@ -264,8 +264,8 @@ ...@@ -264,8 +264,8 @@
= link_to network_admin_application_settings_path, title: _('Network'), data: { qa_selector: 'admin_settings_network_item' } do = link_to network_admin_application_settings_path, title: _('Network'), data: { qa_selector: 'admin_settings_network_item' } do
%span %span
= _('Network') = _('Network')
- if template_exists?('admin/application_settings/geo') - if template_exists?('admin/geo/settings/show')
= nav_link(path: 'application_settings#geo') do = nav_link do
= link_to geo_admin_application_settings_path, title: _('Geo') do = link_to geo_admin_application_settings_path, title: _('Geo') do
%span %span
= _('Geo') = _('Geo')
... ...
......
...@@ -7764,6 +7764,9 @@ msgstr "" ...@@ -7764,6 +7764,9 @@ msgstr ""
msgid "Geo Nodes" msgid "Geo Nodes"
msgstr "" msgstr ""
msgid "Geo Settings"
msgstr ""
msgid "Geo allows you to replicate your GitLab instance to other geographical locations." msgid "Geo allows you to replicate your GitLab instance to other geographical locations."
msgstr "" msgstr ""
...@@ -8214,9 +8217,6 @@ msgstr "" ...@@ -8214,9 +8217,6 @@ msgstr ""
msgid "GitLab Enterprise Edition %{plan}" msgid "GitLab Enterprise Edition %{plan}"
msgstr "" msgstr ""
msgid "GitLab Geo"
msgstr ""
msgid "GitLab Group Runners can execute code for all the projects in this group." msgid "GitLab Group Runners can execute code for all the projects in this group."
msgstr "" msgstr ""
... ...
......