Skip to content

Commit f2472fa

Browse files
committed
Another fix for options translation.
1 parent 75be0e6 commit f2472fa

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

  • custom_components/victron_mqtt/translations

custom_components/victron_mqtt/translations/en.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@
6666
},
6767
"selector": {
6868
"operation_mode": {
69-
"read_only": "Read-only (sensors & binary sensors only)",
70-
"full": "Full (sensors + controllable entities)",
71-
"experimental": "Experimental (may be unstable)"
69+
"options": {
70+
"read_only": "Read-only (sensors & binary sensors only)",
71+
"full": "Full (sensors + controllable entities)",
72+
"experimental": "Experimental (may be unstable)"
73+
}
7274
}
7375
},
7476
"entity": {

0 commit comments

Comments
 (0)