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