From 50c5c15f4981b4b55572e214c4af91c111b46408 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 29 Dec 2020 23:03:44 +0100 Subject: [PATCH] Update group reload string (#7938) * Update group reload string * Update src/translations/en.json Co-authored-by: Philip Allgaier * Update rest reload string Co-authored-by: Philip Allgaier --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index b1b5675d19..31afc3d882 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1049,7 +1049,7 @@ "introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current YAML configuration and load the new one.", "reload": "Reload {domain}", "core": "Reload location & customizations", - "group": "Reload groups, group entities, and notify services", + "group": "Reload groups, group entities, and group notify services", "automation": "Reload automations", "script": "Reload scripts", "scene": "Reload scenes", @@ -1062,7 +1062,7 @@ "input_select": "Reload input selects", "template": "Reload template entities", "universal": "Reload universal media player entities", - "rest": "Reload rest entities and notify services", + "rest": "Reload rest entities, and rest notify services", "command_line": "Reload command line entities", "filter": "Reload filter entities", "statistics": "Reload statistics entities",