From f174a1238bc33c7e917573de84e63c383deeeb21 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 9 May 2022 10:33:32 +0200 Subject: [PATCH] Rename "Configuration" to "Settings" in manual setup template (#22644) --- plugins/my.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/my.rb b/plugins/my.rb index 55008e058b4..2834c506794 100644 --- a/plugins/my.rb +++ b/plugins/my.rb @@ -92,7 +92,7 @@ module Jekyll "config_mqtt" => "MQTT Configuration", "config_zha" => "ZHA Configuration", "config_zwave_js" => "Z-Wave JS Configuration", - "config" => "Configuration", + "config" => "Settings", "developer_events" => "Events", "developer_services" => "Services", "developer_states" => "States",