chore: bump version to 2.23.14 and refactor error handling components (#451)

- Updated application version from 2.23.13 to 2.23.14 in package.json.
- Refactored error handling components in web app to utilize a new ErrorPageContent component for improved code organization and readability.
- Simplified error and not found page layouts by removing redundant code and enhancing localization keys for better user experience.
This commit is contained in:
Giancarlo Buomprisco
2026-02-06 19:21:30 +01:00
committed by GitHub
parent 68276fda8a
commit 059408a70a
7 changed files with 123 additions and 172 deletions

View File

@@ -18,14 +18,14 @@
"cancel": "Cancel",
"clear": "Clear",
"notFound": "Not Found",
"backToHomePage": "Back to Home Page",
"goBack": "Go Back",
"backToHomePage": "Back to Home",
"goBack": "Try Again",
"genericServerError": "Sorry, something went wrong.",
"genericServerErrorHeading": "Sorry, something went wrong while processing your request. Please contact us if the issue persists.",
"pageNotFound": "Sorry, this page does not exist.",
"pageNotFoundSubHeading": "Apologies, the page you were looking for was not found",
"genericError": "Sorry, something went wrong.",
"genericErrorSubHeading": "Apologies, an error occurred while processing your request. Please contact us if the issue persists.",
"pageNotFound": "Page not found",
"pageNotFoundSubHeading": "The page you're looking for doesn't exist or has been moved. Check the URL or head back to the homepage.",
"genericError": "Something went wrong",
"genericErrorSubHeading": "We ran into an unexpected issue. Please try again, and if the problem persists, reach out to our support team.",
"anonymousUser": "Anonymous",
"tryAgain": "Try Again",
"theme": "Theme",
@@ -48,8 +48,8 @@
"pageOfPages": "Page {{page}} of {{total}}",
"showingRecordCount": "Showing {{pageSize}} of {{totalCount}} rows",
"noData": "No data available",
"pageNotFoundHeading": "Ouch! :|",
"errorPageHeading": "Ouch! :|",
"pageNotFoundHeading": "404",
"errorPageHeading": "500",
"notifications": "Notifications",
"noNotifications": "No notifications",
"justNow": "Just now",