Use common string references for Low and High in Hot Spring (#183000)

Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
This commit is contained in:
Christophe Gagnier
2026-09-23 22:44:05 +02:00
committed by GitHub
co-authored by Moustachauve
parent 4f0366f3fc
commit c41dc25469
@@ -59,8 +59,8 @@
"jet": {
"name": "Jet {jet}",
"state": {
"high": "High",
"low": "Low",
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"off": "[%key:common::state::off%]"
}
}