From afca7e6a3fb779eb27f21798f836eb013bc152b7 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 16 Apr 2021 14:44:22 +0200 Subject: [PATCH] Corrected "not loaded" state string --- 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 d6a4e3f0e066..c523a6cee4d0 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2176,7 +2176,7 @@ "provided_by_custom_component": "Provided by a custom component", "depends_on_cloud": "Depends on the cloud", "state": { - "loaded": "Not loaded", + "loaded": "Loaded", "setup_error": "Failed to set up", "migration_error": "Migration error", "setup_retry": "Retrying to set up",