Replace "Home" and "Away" in `drop_connect` with common strings (#141864)
parent
0d511c697c
commit
936b0b32ed
|
@ -38,8 +38,8 @@
|
|||
"protect_mode": {
|
||||
"name": "Protect mode",
|
||||
"state": {
|
||||
"away": "Away",
|
||||
"home": "Home",
|
||||
"away": "[%key:common::state::not_home%]",
|
||||
"home": "[%key:common::state::home%]",
|
||||
"schedule": "Schedule"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue