feat(discover): handle errors gracefully when content is available (#1542)

Co-authored-by: Dhaval <dhaval.javia@broadlume.com>
Co-authored-by: gauthier-th <mail@gauthierth.fr>
This commit is contained in:
Dhaval Javia
2026-03-17 15:16:51 +05:30
committed by GitHub
parent a2154f9e07
commit 7920970cd3
3 changed files with 19 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ const globalMessages = defineMessages('i18n', {
settings: 'Settings',
usersettings: 'User Settings',
delimitedlist: '{a}, {b}',
error: 'Something went wrong. Please try again.',
showingresults:
'Showing <strong>{from}</strong> to <strong>{to}</strong> of <strong>{total}</strong> results',
resultsperpage: 'Display {pageSize} results per page',

View File

@@ -1581,6 +1581,7 @@
"i18n.deleting": "Deleting…",
"i18n.delimitedlist": "{a}, {b}",
"i18n.edit": "Edit",
"i18n.error": "Something went wrong. Please try again.",
"i18n.experimental": "Experimental",
"i18n.failed": "Failed",
"i18n.import": "Import",