From 33bcd710fc8f31410d863cbe500d09c05f4dd4dd Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 1 Apr 2026 18:39:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20spelling=20of=20"Cannot=20reheat=20?= =?UTF-8?q?=E2=80=A6"=20in=20`kitchen=5Fsink`=20(#167082)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeassistant/components/kitchen_sink/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/kitchen_sink/strings.json b/homeassistant/components/kitchen_sink/strings.json index 15305d711b2..e369e0942bd 100644 --- a/homeassistant/components/kitchen_sink/strings.json +++ b/homeassistant/components/kitchen_sink/strings.json @@ -72,7 +72,7 @@ "cold_tea": { "fix_flow": { "abort": { - "not_tea_time": "Can not re-heat the tea at this time" + "not_tea_time": "Cannot reheat the tea at this time" }, "step": {} },