Fix 'loading_log' string (#12712)

This commit is contained in:
RoboMagus 2022-05-18 21:09:31 +02:00 committed by GitHub
parent 82035d587a
commit 8216b522c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1601,7 +1601,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",

View File

@ -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!",