From 668d220400b14352dca8ea97ff18463d61b01d5d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 25 Mar 2026 23:14:19 +0100 Subject: [PATCH] Improve script action naming consistency (#166517) --- homeassistant/components/script/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/script/strings.json b/homeassistant/components/script/strings.json index cde7a962112..ea826d3eaa6 100644 --- a/homeassistant/components/script/strings.json +++ b/homeassistant/components/script/strings.json @@ -51,19 +51,19 @@ "services": { "reload": { "description": "Reloads all the available scripts.", - "name": "[%key:common::action::reload%]" + "name": "Reload scripts" }, "toggle": { "description": "Starts a script if it isn't running, stops it otherwise.", - "name": "[%key:common::action::toggle%]" + "name": "Toggle script" }, "turn_off": { "description": "Stops a running script.", - "name": "[%key:common::action::turn_off%]" + "name": "Turn off script" }, "turn_on": { "description": "Runs the sequence of actions defined in a script.", - "name": "[%key:common::action::turn_on%]" + "name": "Turn on script" } }, "title": "Script"