Replace "Stopped" with common state in traccar_server (#141751)

This commit is contained in:
Norbert Rittel
2025-03-29 22:05:34 +01:00
committed by GitHub
parent 35b9564ed4
commit bcead72265

View File

@@ -47,7 +47,7 @@
"motion": {
"name": "Motion",
"state": {
"off": "Stopped",
"off": "[%key:common::state::stopped%]",
"on": "Moving"
}
},