mirror of
https://github.com/meshtastic/web.git
synced 2026-05-19 11:45:17 -04:00
Add seconds properties to fields that are missing them
This commit is contained in:
@@ -32,7 +32,7 @@ export const Telemetry = (): JSX.Element => {
|
||||
label: "Query Interval",
|
||||
description: "Interval to get telemetry data",
|
||||
properties: {
|
||||
suffix: "seconds",
|
||||
suffix: "Seconds",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -41,7 +41,7 @@ export const Telemetry = (): JSX.Element => {
|
||||
label: "Update Interval",
|
||||
description: "How often to send Metrics over the mesh",
|
||||
properties: {
|
||||
suffix: "seconds",
|
||||
suffix: "Seconds",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user