Skip to content

Commit

Permalink
fix(20321): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Apr 25, 2024
1 parent 9e0a39b commit cb7173c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hivemq-edge/src/frontend/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cb7173c

Please sign in to comment.