Correct label in mqtt config flow (#40507)

pull/40511/head
springstan 2020-09-23 21:55:33 +02:00 committed by GitHub
parent 3880ac0b0d
commit 62054b8433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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."
}
}
}
}

View File

@ -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",