+ );
+}
diff --git a/apps/web/public/locales/en/common.json b/apps/web/public/locales/en/common.json
index ba269a664..5cde4ff6f 100644
--- a/apps/web/public/locales/en/common.json
+++ b/apps/web/public/locales/en/common.json
@@ -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",
diff --git a/package.json b/package.json
index 50bce2df5..7bfa9c71b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "next-supabase-saas-kit-turbo",
- "version": "2.23.13",
+ "version": "2.23.14",
"private": true,
"sideEffects": false,
"engines": {