Fix tooltip and aria-label for ZWave JS log download (#10876)

This commit is contained in:
Philip Allgaier 2021-12-12 13:24:24 +01:00 committed by GitHub
parent deb65e7108
commit 1f671198aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -129,7 +129,11 @@ class HaConfigZwave extends LocalizeMixin(EventsMixin(PolymerElement)) {
<span
>[[localize('ui.panel.config.zwave.node_management.header')]]</span
>
<ha-icon-button class="toggle-help-icon" on-click="toggleHelp">
<ha-icon-button
class="toggle-help-icon"
on-click="toggleHelp"
label="[[localize('ui.common.help')]]"
>
<ha-icon icon="hass:help-circle"></ha-icon>
</ha-icon-button>
</div>

View File

@ -3023,7 +3023,8 @@
"title": "Z-Wave JS Logs",
"log_level": "Log Level",
"subscribed_to_logs": "Subscribed to Z-Wave JS Log Messages…",
"log_level_changed": "Log Level changed to: {level}"
"log_level_changed": "Log Level changed to: {level}",
"download_logs": "Download logs"
}
}
},