From 0aeaf1731a74e37db50ae0b636a39e517b421dce Mon Sep 17 00:00:00 2001 From: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Date: Tue, 17 May 2022 16:13:17 +0200 Subject: [PATCH] Fix 'loading_log' string --- src/translations/en.json | 2 +- translations/frontend/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 33358a964bea..7bc5771c6784 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1590,7 +1590,7 @@ "failed_get_logs": "Failed to get {provider} logs, {error}", "no_issues_search": "No issues found for search term ''{term}''", "load_logs": "Load Full Logs", - "loading_log": "Loading error log…", + "loading_log": "Loading full log…", "no_errors": "No errors have been reported", "no_issues": "There are no new issues!", "clear": "Clear", diff --git a/translations/frontend/en.json b/translations/frontend/en.json index 1880e6e94afc..16d2933745df 100644 --- a/translations/frontend/en.json +++ b/translations/frontend/en.json @@ -2678,7 +2678,7 @@ "warning": "WARNING" }, "load_full_log": "Load Full Home Assistant Log", - "loading_log": "Loading error log…", + "loading_log": "Loading full log…", "multiple_messages": "message first occurred at {time} and shows up {counter} times", "no_errors": "No errors have been reported", "no_issues": "There are no new issues!",