diff --git a/src/panels/config/devices/ha-config-device-page.ts b/src/panels/config/devices/ha-config-device-page.ts index f8961773ab..8bd5dd61ef 100644 --- a/src/panels/config/devices/ha-config-device-page.ts +++ b/src/panels/config/devices/ha-config-device-page.ts @@ -1081,7 +1081,9 @@ export class HaConfigDevicePage extends LitElement { ) { deviceActions.push({ action: this._voiceAssistantSetup, - label: "Set up voice assistant", + label: this.hass.localize( + "ui.panel.config.devices.set_up_voice_assistant" + ), icon: mdiMicrophone, }); } diff --git a/src/translations/en.json b/src/translations/en.json index ebcfc1d123..9153f794c1 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4256,6 +4256,7 @@ }, "enabled_description": "Disabled devices will not be shown and entities belonging to the device will be disabled and not added to Home Assistant.", "open_configuration_url": "Visit", + "set_up_voice_assistant": "Set up voice assistant", "download_diagnostics": "Download diagnostics", "download_diagnostics_integration": "Download {integration} diagnostics", "delete_device": "Delete",