From 8ff2a392385918c133cdc50a001717b7ac0a0402 Mon Sep 17 00:00:00 2001 From: Chris Helming <7746625+chelming@users.noreply.github.com> Date: Fri, 1 Mar 2024 20:00:03 -0500 Subject: [PATCH] Fix minor language issues in strings.json (#112006) language fix: allow -> allows --- homeassistant/components/random/strings.json | 2 +- homeassistant/components/template/strings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/random/strings.json b/homeassistant/components/random/strings.json index 164f184ae88..0faad1d8093 100644 --- a/homeassistant/components/random/strings.json +++ b/homeassistant/components/random/strings.json @@ -19,7 +19,7 @@ "title": "Random sensor" }, "user": { - "description": "This helper allow you to create a helper that emits a random value.", + "description": "This helper allows you to create a helper that emits a random value.", "menu_options": { "binary_sensor": "Random binary sensor", "sensor": "Random sensor" diff --git a/homeassistant/components/template/strings.json b/homeassistant/components/template/strings.json index 79cd0289724..6122f4c9db5 100644 --- a/homeassistant/components/template/strings.json +++ b/homeassistant/components/template/strings.json @@ -20,7 +20,7 @@ "title": "Template sensor" }, "user": { - "description": "This helper allow you to create helper entities that define their state using a template.", + "description": "This helper allows you to create helper entities that define their state using a template.", "menu_options": { "binary_sensor": "Template a binary sensor", "sensor": "Template a sensor"