From c067c52cf486e79b11cb70d6aac1d7543094a2bb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 20 Jul 2023 21:40:38 -0500 Subject: [PATCH] Fix translation key in profiler integration (#96979) --- homeassistant/components/debugpy/strings.json | 2 +- homeassistant/components/profiler/strings.json | 2 +- homeassistant/components/timer/strings.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/debugpy/strings.json b/homeassistant/components/debugpy/strings.json index 74334a15f4a..2de92fc3827 100644 --- a/homeassistant/components/debugpy/strings.json +++ b/homeassistant/components/debugpy/strings.json @@ -1,7 +1,7 @@ { "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts the Remote Python Debugger." } } diff --git a/homeassistant/components/profiler/strings.json b/homeassistant/components/profiler/strings.json index b9aae585d9f..a14324a9082 100644 --- a/homeassistant/components/profiler/strings.json +++ b/homeassistant/components/profiler/strings.json @@ -11,7 +11,7 @@ }, "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts the Profiler.", "fields": { "seconds": { diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json index c52f2627253..56cb46d26b4 100644 --- a/homeassistant/components/timer/strings.json +++ b/homeassistant/components/timer/strings.json @@ -32,7 +32,7 @@ }, "services": { "start": { - "name": "[%key:common::action::stop%]", + "name": "[%key:common::action::start%]", "description": "Starts a timer.", "fields": { "duration": {