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:
@@ -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',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user