From d43b445749f929d46aca160b7543f31876588385 Mon Sep 17 00:00:00 2001 From: Timoline Date: Sun, 7 Feb 2021 08:04:18 +0100 Subject: [PATCH] Changed some titles in the settings schema (#6147) --- lib/util/settings.schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 514e0fd1..5c5b61a7 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -27,7 +27,7 @@ }, "mqtt": { "type": "object", - "title": "MQTT settings", + "title": "MQTT", "properties": { "base_topic": { "type": "string", @@ -123,7 +123,7 @@ }, "serial": { "type": "object", - "title": "Serial settings", + "title": "Serial", "properties": { "port": { "type": ["string", "null"], @@ -186,7 +186,7 @@ }, "experimental": { "type": "object", - "title": "Experimental options", + "title": "Experimental", "properties": { "transmit_power": { "type": ["number", "null"], @@ -204,7 +204,7 @@ }, "advanced": { "type": "object", - "title": "Advanced settings", + "title": "Advanced", "properties": { "legacy_api": { "type": "boolean", @@ -438,7 +438,7 @@ }, "map_options": { "type": "object", - "title": "Networkmap options", + "title": "Networkmap", "properties": { "graphviz": { "type": "object",