Commit ca0a4c9e authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '37503_2-fix-node-warning' into 'master'

Fix typo in Remove Node Modal

See merge request gitlab-org/gitlab!22494
parents 6bc60b5a 42d1d6e1
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
node: this.node, node: this.node,
modalKind: 'danger', modalKind: 'danger',
modalMessage: s__( 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'), modalActionLabel: __('Remove node'),
modalTitle: __('Remove primary node'), modalTitle: __('Remove primary node'),
......
...@@ -91,7 +91,7 @@ describe('GeoNodeActionsComponent', () => { ...@@ -91,7 +91,7 @@ describe('GeoNodeActionsComponent', () => {
node: vm.node, node: vm.node,
modalKind: 'danger', modalKind: 'danger',
modalMessage: 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', modalActionLabel: 'Remove node',
modalTitle: 'Remove primary node', modalTitle: 'Remove primary node',
}); });
......
...@@ -8330,7 +8330,7 @@ msgstr "" ...@@ -8330,7 +8330,7 @@ msgstr ""
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?" msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr "" 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 "" msgstr ""
msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?" msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
......
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