From 06a7fc491e02ea2de59c66c93105ae0b18d635a6 Mon Sep 17 00:00:00 2001
From: Adam Ernst <adamjernst@gmail.com>
Date: Thu, 5 Nov 2020 11:27:03 -0600
Subject: [PATCH] Tweak wording of Rachio options (#42849)

This is a bit clearer to my eyes.
---
 homeassistant/components/rachio/strings.json         | 2 +-
 homeassistant/components/rachio/translations/en.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/rachio/strings.json b/homeassistant/components/rachio/strings.json
index 14536557e70..105a2f7c78a 100644
--- a/homeassistant/components/rachio/strings.json
+++ b/homeassistant/components/rachio/strings.json
@@ -22,7 +22,7 @@
     "step": {
       "init": {
         "data": {
-          "manual_run_mins": "For how long, in minutes, to turn on a station when the switch is enabled."
+          "manual_run_mins": "Duration in minutes to run when activating a zone switch"
         }
       }
     }
diff --git a/homeassistant/components/rachio/translations/en.json b/homeassistant/components/rachio/translations/en.json
index 8c5d0d8954c..f2eac811f8a 100644
--- a/homeassistant/components/rachio/translations/en.json
+++ b/homeassistant/components/rachio/translations/en.json
@@ -22,7 +22,7 @@
         "step": {
             "init": {
                 "data": {
-                    "manual_run_mins": "For how long, in minutes, to turn on a station when the switch is enabled."
+                    "manual_run_mins": "Duration in minutes to run when activating a zone switch"
                 }
             }
         }