Browse Source

Merge pull request #10992 from maxunbearable/fix/connector-created-notif-remove-dot

Removed dot from the message when connector created/updated successfully
pull/11071/head
Vladyslav Prykhodko 2 years ago
committed by GitHub
parent
commit
8573b878f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      ui-ngx/src/assets/locale/locale.constant-en_US.json

4
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -2805,8 +2805,8 @@
"copy-username": "Copy username",
"copy-password": "Copy password",
"copy-client-id": "Copy client ID",
"connector-created": "Connector created.",
"connector-updated": "Connector updated.",
"connector-created": "Connector created",
"connector-updated": "Connector updated",
"rpc-command-save-template": "Save Template",
"rpc-command-send": "Send",
"rpc-command-result": "Response",

Loading…
Cancel
Save