Skip to content

Commit

Permalink
fix(24592): fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Aug 6, 2024
1 parent e740a46 commit 697d65a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions hivemq-edge/src/frontend/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,14 @@
"websocket": {
"description": "Websocket configuration associated with the bridge",
"enabled": { "label": "Enabled", "helper": "If Websockets are used" },
"serverPath": { "label": "Server Path", "helper": "The server path from the config" },
"subProtocol": { "label": "Subprotocol", "helper": "The Subprotocol from the config" }
"serverPath": {
"label": "Server Path",
"helper": "The server path used by the bridge client. This must be setup as path at the remote broker."
},
"subProtocol": {
"label": "Sub-protocol",
"helper": "The sub-protocol used by the bridge client. This must be supported by the remote broker"
}
},
"noDataWarning": {
"title": "No bridges currently installed",
Expand Down

0 comments on commit 697d65a

Please sign in to comment.