mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Fix margin and title on assist dialog (#15219)
This commit is contained in:
parent
afb9e826ef
commit
89623aa7ec
@ -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);
|
||||
}
|
||||
|
@ -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:",
|
||||
|
Loading…
x
Reference in New Issue
Block a user