mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-15 07:25:54 +00:00
Coversation -> Conversation (#29378)
* Coversation -> Conversation * Update en.json
This commit is contained in:
committed by
GitHub
parent
4e04f4284e
commit
11296adbd4
@@ -77,7 +77,7 @@ export class HaConversationAgentPicker extends LitElement {
|
||||
<ha-select
|
||||
.label=${this.label ||
|
||||
this.hass!.localize(
|
||||
"ui.components.coversation-agent-picker.conversation_agent"
|
||||
"ui.components.conversation-agent-picker.conversation_agent"
|
||||
)}
|
||||
.value=${value}
|
||||
.required=${this.required}
|
||||
@@ -90,7 +90,7 @@ export class HaConversationAgentPicker extends LitElement {
|
||||
${!this.required
|
||||
? html`<ha-list-item .value=${NONE}>
|
||||
${this.hass!.localize(
|
||||
"ui.components.coversation-agent-picker.none"
|
||||
"ui.components.conversation-agent-picker.none"
|
||||
)}
|
||||
</ha-list-item>`
|
||||
: nothing}
|
||||
|
||||
@@ -757,7 +757,7 @@
|
||||
"config-entry-picker": {
|
||||
"config_entry": "Integration"
|
||||
},
|
||||
"coversation-agent-picker": {
|
||||
"conversation-agent-picker": {
|
||||
"conversation_agent": "Conversation agent",
|
||||
"none": "None"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user