Fix translation string for fan oscillation (#90045)

Fix string
This commit is contained in:
dougiteixeira
2023-03-21 16:42:44 -03:00
committed by GitHub
parent d20b07f3ac
commit 0f5c49c7be

View File

@@ -34,7 +34,7 @@
"oscillating": { "oscillating": {
"name": "Oscillating", "name": "Oscillating",
"state": { "state": {
"true": "[%key:common::state::yes%}", "true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]" "false": "[%key:common::state::no%]"
} }
}, },