From cfd18bfb74ca0855be20082ec12c6268fb1d4864 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Fri, 16 Apr 2021 14:45:40 +0200 Subject: [PATCH] Corrected "not loaded" state string (#8925) --- 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 2d9b56ae44..6071289bc5 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2176,7 +2176,7 @@ "provided_by_custom_integration": "Provided by a custom integration", "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",