1
0
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:
Benedikt Johannes
2026-02-03 20:22:32 +01:00
committed by GitHub
parent 4e04f4284e
commit 11296adbd4
2 changed files with 3 additions and 3 deletions

View File

@@ -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}

View File

@@ -757,7 +757,7 @@
"config-entry-picker": {
"config_entry": "Integration"
},
"coversation-agent-picker": {
"conversation-agent-picker": {
"conversation_agent": "Conversation agent",
"none": "None"
},