From cb7173ceb5ed15239bc605d75156c830b3c1d441 Mon Sep 17 00:00:00 2001 From: Nicolas Van Labeke Date: Tue, 23 Apr 2024 13:33:50 +0100 Subject: [PATCH] fix(20321): fix typos --- hivemq-edge/src/frontend/src/locales/en/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hivemq-edge/src/frontend/src/locales/en/translation.json b/hivemq-edge/src/frontend/src/locales/en/translation.json index 922d3df9a4..3a1735c4e3 100755 --- a/hivemq-edge/src/frontend/src/locales/en/translation.json +++ b/hivemq-edge/src/frontend/src/locales/en/translation.json @@ -261,7 +261,7 @@ "helper": "The unique name of this bridge", "error": { "required": "The name of the bridge is required", - "pattern": "Should only contain alpha-numeric characters with spaces and hyphens", + "pattern": "Should only contain alphanumeric characters with spaces and hyphens", "notUnique": "The name is already in use for another bridge" } }, @@ -304,7 +304,7 @@ }, "protocols": { "label": "TLS Protocols", - "helper": "Select the protocols. Leave emtpy to use the default protocols." + "helper": "Select the protocols. Leave empty to use the default protocols." }, "keystorePath": { "label": "Key Store Path", @@ -704,7 +704,7 @@ }, "modals": { "generics": { - "confirmation": "Are you sure? You can't undo this action afterwards." + "confirmation": "Are you sure? You can't undo this action afterward." }, "StepperCancelDialog": { "header": "Delete Bridge"