diff --git a/homeassistant/components/conversation/strings.json b/homeassistant/components/conversation/strings.json index b09d3dccac2..be083c0171d 100644 --- a/homeassistant/components/conversation/strings.json +++ b/homeassistant/components/conversation/strings.json @@ -6,7 +6,7 @@ }, "services": { "process": { - "description": "Launches a conversation from a transcribed text.", + "description": "Sends text to a conversation agent for processing.", "fields": { "agent_id": { "description": "Conversation agent to process your request. The conversation agent is the brains of your assistant. It processes the incoming text commands.", @@ -25,10 +25,10 @@ "name": "Text" } }, - "name": "Process" + "name": "Process conversation" }, "reload": { - "description": "Reloads the intent configuration.", + "description": "Reloads the intent configuration of conversation agents.", "fields": { "agent_id": { "description": "Conversation agent to reload.", @@ -39,7 +39,7 @@ "name": "[%key:common::config_flow::data::language%]" } }, - "name": "[%key:common::action::reload%]" + "name": "Reload conversation agents" } }, "title": "Conversation"