From 787fba82bde2bac9924e454318a390e3b374f409 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 9 Dec 2024 15:43:48 +0100 Subject: [PATCH] Improve "Restore?" option for Timer helpers (#23213) When creating or editing a Timer helper the option "Restore?" can be ticked by the user. This should not be a question but rather just the option itself and in addition this should better explain its purpose as there is a full line of text possible. This commit fixes this by adding a similar explanation as for a Counter helpers, following the explanation in the online docs. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index e8bfe80a39..89611846f3 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1613,7 +1613,7 @@ }, "timer": { "duration": "Duration", - "restore": "Restore?" + "restore": "Restore state and time when Home Assistant starts" }, "schedule": { "delete": "Delete item?",