mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Replace label on refactored MQTT option flow button (#23317)
This commit is contained in:
parent
cc42d958ce
commit
9934ea4b4f
@ -67,7 +67,7 @@ export class MQTTConfigPanel extends LitElement {
|
||||
<div class="card-actions">
|
||||
<mwc-button @click=${this._openOptionFlow}
|
||||
>${this.hass.localize(
|
||||
"ui.panel.config.mqtt.reconfigure"
|
||||
"ui.panel.config.mqtt.option_flow"
|
||||
)}</mwc-button
|
||||
>
|
||||
</div>
|
||||
|
@ -5208,7 +5208,7 @@
|
||||
"mqtt": {
|
||||
"title": "MQTT",
|
||||
"settings_title": "MQTT settings",
|
||||
"reconfigure": "Re-configure MQTT",
|
||||
"option_flow": "Configure MQTT options",
|
||||
"description_publish": "Publish a packet",
|
||||
"topic": "Topic",
|
||||
"payload": "Payload (template allowed)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user