Correct label in mqtt config flow (#40507)
parent
3880ac0b0d
commit
62054b8433
|
@ -68,7 +68,7 @@
|
|||
"birth_payload": "Birth message payload",
|
||||
"birth_qos": "Birth message QoS",
|
||||
"birth_retain": "Birth message retain",
|
||||
"will_enable": "Enable birth message",
|
||||
"will_enable": "Enable will message",
|
||||
"will_topic": "Will message topic",
|
||||
"will_payload": "Will message payload",
|
||||
"will_qos": "Will message QoS",
|
||||
|
@ -82,4 +82,4 @@
|
|||
"bad_will": "Invalid will topic."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
"birth_retain": "Birth message retain",
|
||||
"birth_topic": "Birth message topic",
|
||||
"discovery": "Enable discovery",
|
||||
"will_enable": "Enable birth message",
|
||||
"will_enable": "Enable will message",
|
||||
"will_payload": "Will message payload",
|
||||
"will_qos": "Will message QoS",
|
||||
"will_retain": "Will message retain",
|
||||
|
|
Loading…
Reference in New Issue