Commit 42d1d6e1 authored by Zack Cuddy's avatar Zack Cuddy

Fix typo in Remove Node Modal

Replace 'the node' with 'all nodes'
Update locales

Fix tests
parent 7fea5e9f
...@@ -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',
}); });
......
...@@ -8243,7 +8243,7 @@ msgstr "" ...@@ -8243,7 +8243,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