Skip to content

Commit

Permalink
fix(web): rename connection debounce to connection retry interval (#1096
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aali309 authored Aug 30, 2023
1 parent ada7892 commit fd81c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/en/public.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@
"TITLE": "Theme"
},
"WEBSOCKET_CONNECTION_DEBOUNCE": {
"DESCRIPTION": "Set the debounce time (in milliseconds) used when establishing WebSocket connections. Increase this time if the web-interface repeatedly displays WebSocket connection/disconnection messages. Decrease this time if the web-interface takes a long time to populate on startup.",
"TITLE": "WebSocket Connection Debounce"
"DESCRIPTION": "Set the retry interval (in milliseconds) used when establishing WebSocket connections. Increase this time if the web-interface repeatedly displays WebSocket connection/disconnection messages. Decrease this time if the web-interface takes a long time to populate on startup.",
"TITLE": "WebSocket Retry Interval"
}
},
"TimePicker": {
Expand Down

0 comments on commit fd81c2c

Please sign in to comment.