From 349144599c37f5c55a993d41df2d4349e0278cc0 Mon Sep 17 00:00:00 2001 From: Marius <33354141+Mariusthvdb@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:04:17 +0200 Subject: [PATCH] Change text on Yaml configuration reloading (#9529) Co-authored-by: Bram Kragten --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index f05c22ad04..28808e04dc 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1163,7 +1163,7 @@ }, "reloading": { "heading": "YAML configuration reloading", - "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.", + "introduction": "Some parts of Home Assistant can reload without requiring a restart. Clicking one of the options below will unload their current YAML configuration and load the new one.", "reload": "{domain}", "core": "Location & customizations", "group": "Groups, group entities, and notify services",