mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 05:46:35 +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">
|
<div class="card-actions">
|
||||||
<mwc-button @click=${this._openOptionFlow}
|
<mwc-button @click=${this._openOptionFlow}
|
||||||
>${this.hass.localize(
|
>${this.hass.localize(
|
||||||
"ui.panel.config.mqtt.reconfigure"
|
"ui.panel.config.mqtt.option_flow"
|
||||||
)}</mwc-button
|
)}</mwc-button
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5208,7 +5208,7 @@
|
|||||||
"mqtt": {
|
"mqtt": {
|
||||||
"title": "MQTT",
|
"title": "MQTT",
|
||||||
"settings_title": "MQTT settings",
|
"settings_title": "MQTT settings",
|
||||||
"reconfigure": "Re-configure MQTT",
|
"option_flow": "Configure MQTT options",
|
||||||
"description_publish": "Publish a packet",
|
"description_publish": "Publish a packet",
|
||||||
"topic": "Topic",
|
"topic": "Topic",
|
||||||
"payload": "Payload (template allowed)",
|
"payload": "Payload (template allowed)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user