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": {