mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
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.
This commit is contained in:
parent
1393a3ade8
commit
787fba82bd
@ -1613,7 +1613,7 @@
|
||||
},
|
||||
"timer": {
|
||||
"duration": "Duration",
|
||||
"restore": "Restore?"
|
||||
"restore": "Restore state and time when Home Assistant starts"
|
||||
},
|
||||
"schedule": {
|
||||
"delete": "Delete item?",
|
||||
|
Loading…
x
Reference in New Issue
Block a user