1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Fix spelling of "Cannot reheat …" in kitchen_sink (#167082)

This commit is contained in:
Norbert Rittel
2026-04-01 18:39:46 +02:00
committed by GitHub
parent 6cf264dc18
commit 33bcd710fc

View File

@@ -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": {}
},