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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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