diff --git a/locale/defaultMessages.json b/locale/defaultMessages.json index 3b45df2fa..d7d80f070 100644 --- a/locale/defaultMessages.json +++ b/locale/defaultMessages.json @@ -138,6 +138,9 @@ "context": "order marked as paid event title", "string": "Order was marked as paid by" }, + "/0gMCW": { + "string": "Try to refresh the page or go navigate to a different page and back." + }, "/2OOMe": { "context": "product type shipping settings, section header", "string": "Shipping" @@ -6537,9 +6540,6 @@ "context": "unassign products from shipping rate and save, button", "string": "Unassign and save" }, - "p0SUJj": { - "string": "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard." - }, "p3eRUm": { "context": "indicator that feature is in preview mode", "string": "Preview" diff --git a/src/components/ErrorPage/messages.ts b/src/components/ErrorPage/messages.ts index 367add1b9..e8cc7be16 100644 --- a/src/components/ErrorPage/messages.ts +++ b/src/components/ErrorPage/messages.ts @@ -6,9 +6,9 @@ const messages = defineMessages({ defaultMessage: "We’ve encountered an unexpected error", }, content: { - id: "p0SUJj", + id: "/0gMCW", defaultMessage: - "Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard.", + "Try to refresh the page or go navigate to a different page and back.", }, btnDashboard: { id: "9mGA/Q", diff --git a/src/storybook/__snapshots__/Stories.test.ts.snap b/src/storybook/__snapshots__/Stories.test.ts.snap index ab04632bc..5c2f378dc 100644 --- a/src/storybook/__snapshots__/Stories.test.ts.snap +++ b/src/storybook/__snapshots__/Stories.test.ts.snap @@ -104755,7 +104755,7 @@ exports[`Storyshots Views / Error page default 1`] = `
- Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard. + Try to refresh the page or go navigate to a different page and back.
- Don’t worry we will fix it soon. Try to refresh the page or go back to dashboard. + Try to refresh the page or go navigate to a different page and back.