From 1f671198aa3ec19c9099d16896745b1b728a2d71 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 12 Dec 2021 13:24:24 +0100 Subject: [PATCH] Fix tooltip and aria-label for ZWave JS log download (#10876) --- .../integration-panels/zwave/ha-config-zwave.js | 6 +++++- src/translations/en.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/panels/config/integrations/integration-panels/zwave/ha-config-zwave.js b/src/panels/config/integrations/integration-panels/zwave/ha-config-zwave.js index f9dc04ddf5..f72844f373 100644 --- a/src/panels/config/integrations/integration-panels/zwave/ha-config-zwave.js +++ b/src/panels/config/integrations/integration-panels/zwave/ha-config-zwave.js @@ -129,7 +129,11 @@ class HaConfigZwave extends LocalizeMixin(EventsMixin(PolymerElement)) { [[localize('ui.panel.config.zwave.node_management.header')]] - + diff --git a/src/translations/en.json b/src/translations/en.json index 106e28fefa..79154aff3d 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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" } } },