Commit 45129114 authored by Nathan Friend's avatar Nathan Friend

Merge branch '268256-replication-details-button' into 'master'

Geo - Rename Open projects Button

See merge request gitlab-org/gitlab!45434
parents 9f22b536 31471b78
......@@ -98,7 +98,7 @@ export default {
>
<span class="gl-display-flex gl-align-items-center">
<gl-icon v-if="!node.current" name="external-link" class="gl-mr-2" />
{{ __('Open projects') }}
{{ __('Replication details') }}
</span>
</gl-button>
<template v-if="nodeActionsAllowed">
......
---
title: Geo - Rename Open projects Button to Replication details
merge_request: 45434
author:
type: changed
......@@ -45,7 +45,7 @@ RSpec.describe 'GEO Nodes', :geo do
end
describe 'Geo Nodes admin screen' do
it "has a 'Open projects' button on listed secondary geo nodes pointing to correct URL", :js do
it "has a 'Replication details' button on listed secondary geo nodes pointing to correct URL", :js do
visit admin_geo_nodes_path
expect(page).to have_content(geo_primary.url)
......@@ -56,7 +56,7 @@ RSpec.describe 'GEO Nodes', :geo do
geo_node_actions = all('[data-testid="nodeActions"]')
expected_url = File.join(geo_secondary.url, '/admin/geo/projects')
expect(geo_node_actions.last).to have_link('Open projects', href: expected_url)
expect(geo_node_actions.last).to have_link('Replication details', href: expected_url)
end
end
end
......
......@@ -18490,9 +18490,6 @@ msgstr ""
msgid "Open issues"
msgstr ""
msgid "Open projects"
msgstr ""
msgid "Open raw"
msgstr ""
......@@ -22103,6 +22100,9 @@ msgstr ""
msgid "Replication"
msgstr ""
msgid "Replication details"
msgstr ""
msgid "Replication enabled"
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