Added error handling and handle async component failing
This commit is contained in:
parent
c898d9b702
commit
670edf3006
9 changed files with 254 additions and 2 deletions
|
|
@ -90,7 +90,11 @@
|
|||
"loading": "Loading…",
|
||||
"generic_error": "An error occured",
|
||||
"generic_error_message": "An error occured: {0}",
|
||||
"generic_error_details": "Technical info:",
|
||||
"error_retry": "Please try again",
|
||||
"refresh_required": "Refresh required",
|
||||
"refresh_required_content": "Frontend was updated on server, you need to refresh the page.",
|
||||
"refresh_required_refresh": "Refresh",
|
||||
"retry": "Try again",
|
||||
"optional": "optional",
|
||||
"show_more": "Show more",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue