Replace "Home" and "Away" in drop_connect with common strings (#141864)

This commit is contained in:
Norbert Rittel
2025-03-30 22:30:08 +02:00
committed by GitHub
parent 0d511c697c
commit 936b0b32ed

View File

@@ -38,8 +38,8 @@
"protect_mode": { "protect_mode": {
"name": "Protect mode", "name": "Protect mode",
"state": { "state": {
"away": "Away", "away": "[%key:common::state::not_home%]",
"home": "Home", "home": "[%key:common::state::home%]",
"schedule": "Schedule" "schedule": "Schedule"
} }
} }