Improve error page message (#2287)
* Change error page content message * Extract messages * Update snapshots
This commit is contained in:
parent
a989996b1f
commit
b7a809f1fc
3 changed files with 7 additions and 7 deletions
|
@ -138,6 +138,9 @@
|
||||||
"context": "order marked as paid event title",
|
"context": "order marked as paid event title",
|
||||||
"string": "Order was marked as paid by"
|
"string": "Order was marked as paid by"
|
||||||
},
|
},
|
||||||
|
"/0gMCW": {
|
||||||
|
"string": "Try to refresh the page or go navigate to a different page and back."
|
||||||
|
},
|
||||||
"/2OOMe": {
|
"/2OOMe": {
|
||||||
"context": "product type shipping settings, section header",
|
"context": "product type shipping settings, section header",
|
||||||
"string": "Shipping"
|
"string": "Shipping"
|
||||||
|
@ -6537,9 +6540,6 @@
|
||||||
"context": "unassign products from shipping rate and save, button",
|
"context": "unassign products from shipping rate and save, button",
|
||||||
"string": "Unassign and save"
|
"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": {
|
"p3eRUm": {
|
||||||
"context": "indicator that feature is in preview mode",
|
"context": "indicator that feature is in preview mode",
|
||||||
"string": "Preview"
|
"string": "Preview"
|
||||||
|
|
|
@ -6,9 +6,9 @@ const messages = defineMessages({
|
||||||
defaultMessage: "We’ve encountered an unexpected error",
|
defaultMessage: "We’ve encountered an unexpected error",
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
id: "p0SUJj",
|
id: "/0gMCW",
|
||||||
defaultMessage:
|
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: {
|
btnDashboard: {
|
||||||
id: "9mGA/Q",
|
id: "9mGA/Q",
|
||||||
|
|
|
@ -104755,7 +104755,7 @@ exports[`Storyshots Views / Error page default 1`] = `
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
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.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -104817,7 +104817,7 @@ exports[`Storyshots Views / Error page with error id 1`] = `
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
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.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in a new issue