1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

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