Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
42d1d6e1
Commit
42d1d6e1
authored
Jan 06, 2020
by
Zack Cuddy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in Remove Node Modal
Replace 'the node' with 'all nodes' Update locales Fix tests
parent
7fea5e9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/assets/javascripts/geo_nodes/components/geo_node_actions.vue
...ets/javascripts/geo_nodes/components/geo_node_actions.vue
+1
-1
ee/spec/javascripts/geo_nodes/components/geo_node_actions_spec.js
...javascripts/geo_nodes/components/geo_node_actions_spec.js
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
ee/app/assets/javascripts/geo_nodes/components/geo_node_actions.vue
View file @
42d1d6e1
...
...
@@ -68,7 +68,7 @@ export default {
node
:
this
.
node
,
modalKind
:
'
danger
'
,
modalMessage
:
s__
(
'
GeoNodes|Removing a Geo primary node stops the synchronization to
that node
. Are you sure?
'
,
'
GeoNodes|Removing a Geo primary node stops the synchronization to
all nodes
. Are you sure?
'
,
),
modalActionLabel
:
__
(
'
Remove node
'
),
modalTitle
:
__
(
'
Remove primary node
'
),
...
...
ee/spec/javascripts/geo_nodes/components/geo_node_actions_spec.js
View file @
42d1d6e1
...
...
@@ -91,7 +91,7 @@ describe('GeoNodeActionsComponent', () => {
node
:
vm
.
node
,
modalKind
:
'
danger
'
,
modalMessage
:
'
Removing a Geo primary node stops the synchronization to
that node
. Are you sure?
'
,
'
Removing a Geo primary node stops the synchronization to
all nodes
. Are you sure?
'
,
modalActionLabel
:
'
Remove node
'
,
modalTitle
:
'
Remove primary node
'
,
});
...
...
locale/gitlab.pot
View file @
42d1d6e1
...
...
@@ -8243,7 +8243,7 @@ msgstr ""
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
msgid "GeoNodes|Removing a Geo primary node stops the synchronization to
that node
. Are you sure?"
msgid "GeoNodes|Removing a Geo primary node stops the synchronization to
all nodes
. Are you sure?"
msgstr ""
msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment