From 83a4fd6c1bc30ced4a8bec631c9fc42f27913984 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 5 Oct 2022 12:12:28 +0200 Subject: [PATCH] Improve explanation of configuration validation (#14000) --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 4494ffae8a..af79aefb5c 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4594,10 +4594,10 @@ "title": "YAML", "section": { "validation": { - "heading": "Configuration validation", - "introduction": "Validate your configuration if you recently made some changes to it and want to make sure that it is all valid.", + "heading": "Check and Restart", + "introduction": "A basic validation of the configuration is automatically done before restarting. The basic validation ensures the YAML configuration doesn't have errors which will prevent Home Assistant or any integration from starting. It's also possible to only do the basic validation check without restarting.", "check_config": "Check configuration", - "valid": "Configuration valid!", + "valid": "Configuration will not prevent Home Assistant from starting!", "invalid": "Configuration invalid!" }, "reloading": {