Fix the menu title for GraphiQL redirect (#3175)
This commit is contained in:
parent
b040a0deb8
commit
91bd9c772d
2 changed files with 6 additions and 2 deletions
|
@ -3546,6 +3546,10 @@
|
|||
"context": "error message",
|
||||
"string": "Page not found."
|
||||
},
|
||||
"PDw0YN": {
|
||||
"context": "open new window button",
|
||||
"string": "Open this product in GraphiQL"
|
||||
},
|
||||
"PFXGaR": {
|
||||
"string": "Shipping Zones"
|
||||
},
|
||||
|
|
|
@ -2,8 +2,8 @@ import { defineMessages } from "react-intl";
|
|||
|
||||
export const messages = defineMessages({
|
||||
openGraphiQL: {
|
||||
id: "5i/InH",
|
||||
defaultMessage: "Open this order in GraphiQL",
|
||||
id: "PDw0YN",
|
||||
defaultMessage: "Open this product in GraphiQL",
|
||||
description: "open new window button",
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue