diff --git a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts index 27ff2e15cc..dc0cfd1e8b 100644 --- a/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts +++ b/src/dialogs/voice-command-dialog/ha-voice-command-dialog.ts @@ -507,6 +507,11 @@ export class HaVoiceCommandDialog extends LitElement { color: var(--text-primary-color); } + .input { + margin-left: 0; + margin-right: 0; + } + .interimTranscript { color: var(--secondary-text-color); } diff --git a/src/translations/en.json b/src/translations/en.json index c063af0864..b893a20476 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -803,7 +803,7 @@ "nothing_found": "Nothing found!" }, "voice_command": { - "title": "Assistant", + "title": "Assist", "did_not_hear": "Home Assistant did not hear anything", "did_not_understand": "Didn't quite get that", "found": "I found the following for you:",