mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 13:57:21 +00:00
Fix 'loading_log' string (#12712)
This commit is contained in:
parent
82035d587a
commit
8216b522c2
@ -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",
|
||||
|
@ -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!",
|
||||
|
Loading…
x
Reference in New Issue
Block a user