diff --git a/homeassistant/components/lawn_mower/strings.json b/homeassistant/components/lawn_mower/strings.json index 0ca9ace458e..e882b260aeb 100644 --- a/homeassistant/components/lawn_mower/strings.json +++ b/homeassistant/components/lawn_mower/strings.json @@ -86,16 +86,16 @@ }, "services": { "dock": { - "description": "Stops the mowing task and returns to the dock.", - "name": "Return to dock" + "description": "Returns a lawn mower to its dock.", + "name": "Return lawn mower to dock" }, "pause": { - "description": "Pauses the mowing task.", - "name": "Pause" + "description": "Pauses a lawn mower's current task.", + "name": "Pause lawn mower" }, "start_mowing": { - "description": "Starts the mowing task.", - "name": "Start mowing" + "description": "Starts a lawn mower's mowing task.", + "name": "Start lawn mower" } }, "title": "Lawn mower",