Make descriptions of modbus.stop/restart actions consistent (#149341)

This commit is contained in:
Norbert Rittel 2025-07-24 08:23:42 +02:00 committed by GitHub
parent c2b1932045
commit 55f01e3485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,7 +50,7 @@
}, },
"stop": { "stop": {
"name": "[%key:common::action::stop%]", "name": "[%key:common::action::stop%]",
"description": "Stops modbus hub.", "description": "Stops a Modbus hub.",
"fields": { "fields": {
"hub": { "hub": {
"name": "[%key:component::modbus::services::write_coil::fields::hub::name%]", "name": "[%key:component::modbus::services::write_coil::fields::hub::name%]",
@ -60,7 +60,7 @@
}, },
"restart": { "restart": {
"name": "[%key:common::action::restart%]", "name": "[%key:common::action::restart%]",
"description": "Restarts modbus hub (if running stop then start).", "description": "Restarts a Modbus hub (if running, stops then starts).",
"fields": { "fields": {
"hub": { "hub": {
"name": "[%key:component::modbus::services::write_coil::fields::hub::name%]", "name": "[%key:component::modbus::services::write_coil::fields::hub::name%]",