mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-09-05 03:21:26 +02:00
Add a reload button to error boundary
There are sometimes edge cases on iOS which cause the app to crash, it’s good to have a reload button as there’s no browser chrome (reload, back, forward) in an iOS standalone PWA.
This commit is contained in:
parent
fafe478e5c
commit
9ba733d4e0
2 changed files with 7 additions and 2 deletions
|
@ -389,6 +389,7 @@
|
|||
"error_boundary_title": "Oh no, ntfy crashed",
|
||||
"error_boundary_description": "This should obviously not happen. Very sorry about this.<br/>If you have a minute, please <githubLink>report this on GitHub</githubLink>, or let us know via <discordLink>Discord</discordLink> or <matrixLink>Matrix</matrixLink>.",
|
||||
"error_boundary_button_copy_stack_trace": "Copy stack trace",
|
||||
"error_boundary_button_reload_ntfy": "Reload ntfy",
|
||||
"error_boundary_stack_trace": "Stack trace",
|
||||
"error_boundary_gathering_info": "Gather more info …",
|
||||
"error_boundary_unsupported_indexeddb_title": "Private browsing not supported",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue