diff --git a/ui/src/views/SettingsView.tsx b/ui/src/views/SettingsView.tsx index c7cb453..02a28c8 100644 --- a/ui/src/views/SettingsView.tsx +++ b/ui/src/views/SettingsView.tsx @@ -52,10 +52,15 @@ function SettingsView(props: PropsFromRedux) { Settings - + - - Polling Interval (Every {sliderValue} seconds) + Polling Interval + + Web UI will fetch live data with the specified interval + + + Currently: Every{" "} + {sliderValue === 1 ? "second" : `${sliderValue} seconds`}