Use common state for "Error" in jvc_projector (#143283)

This commit is contained in:
Norbert Rittel
2025-04-20 09:57:00 +02:00
committed by GitHub
parent 8b0f9d4317
commit b29c295adc

View File

@ -56,7 +56,7 @@
"on": "[%key:common::state::on%]",
"warming": "Warming",
"cooling": "Cooling",
"error": "Error"
"error": "[%key:common::state::error%]"
}
}
}