From 369670927d1230aefbde533dabfd3c20b64d9b3d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 17 Jul 2024 10:29:52 +0200 Subject: [PATCH] Rename Services to Actions in plugins (#33843) --- plugins/my.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/my.rb b/plugins/my.rb index 17c897ac35d..2480eb6f59c 100644 --- a/plugins/my.rb +++ b/plugins/my.rb @@ -53,8 +53,8 @@ module Jekyll # Custom title title = options[:title] elsif @redirect == "developer_call_service" - # Developer service call - title = "Call Service" + # Developer actions + title = "Perform action" title = "`#{options[:service]}`" if options.include? :service elsif DEFAULT_TITLES.include?(@redirect) # Lookup defaults @@ -96,7 +96,7 @@ module Jekyll "config_zwave_js" => "Z-Wave JS Configuration", "config" => "Settings", "developer_events" => "Events", - "developer_services" => "Services", + "developer_services" => "Actions", "developer_states" => "States", "developer_template" => "Templates", "energy" => "Energy", @@ -104,7 +104,7 @@ module Jekyll "info" => "Information", "supervisor_info" => "Supervisor Information", "supervisor_backups" => "Backups", - "integrations" => "Devices & Services", + "integrations" => "Devices & services", } def parse_options(input, context)