From 5a7b5200fe5cbaf1f2c2a8446808c865c7fe1cf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 9 Nov 2019 17:29:14 +0100 Subject: [PATCH] Change correct localization string (#4197) * Change correct localization string * Update en.json --- 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 85704da44c..99f7f59e2c 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -717,7 +717,7 @@ "reloading": { "heading": "Configuration reloading", "introduction": "Some parts of Home Assistant can reload without requiring a restart. Hitting reload will unload their current configuration and load the new one.", - "core": "Reload core", + "core": "Reload location & customizations", "group": "Reload groups", "automation": "Reload automations", "script": "Reload scripts",