Fix typo
This commit is contained in:
parent
082a12e0b8
commit
0516e540f7
2 changed files with 5 additions and 5 deletions
|
@ -4905,9 +4905,6 @@
|
||||||
"context": "error message",
|
"context": "error message",
|
||||||
"string": "Billing address is not set"
|
"string": "Billing address is not set"
|
||||||
},
|
},
|
||||||
"src_dot_utils_dot_errors_dot_cannotAddAndRemove": {
|
|
||||||
"string": "Cannot add and remove group the same time"
|
|
||||||
},
|
|
||||||
"src_dot_utils_dot_errors_dot_cannotCancelFulfillment": {
|
"src_dot_utils_dot_errors_dot_cannotCancelFulfillment": {
|
||||||
"context": "error message",
|
"context": "error message",
|
||||||
"string": "This fulfillment cannot be cancelled"
|
"string": "This fulfillment cannot be cancelled"
|
||||||
|
@ -4935,6 +4932,9 @@
|
||||||
"context": "error message",
|
"context": "error message",
|
||||||
"string": "Only pre-authorized payments can be captured"
|
"string": "Only pre-authorized payments can be captured"
|
||||||
},
|
},
|
||||||
|
"src_dot_utils_dot_errors_dot_duplicatedInputItem": {
|
||||||
|
"string": "Cannot add and remove group the same time"
|
||||||
|
},
|
||||||
"src_dot_utils_dot_errors_dot_graphqlError": {
|
"src_dot_utils_dot_errors_dot_graphqlError": {
|
||||||
"string": "API error"
|
"string": "API error"
|
||||||
},
|
},
|
||||||
|
@ -4953,7 +4953,7 @@
|
||||||
"string": "Only draft orders can be edited"
|
"string": "Only draft orders can be edited"
|
||||||
},
|
},
|
||||||
"src_dot_utils_dot_errors_dot_outOfScopeGroup": {
|
"src_dot_utils_dot_errors_dot_outOfScopeGroup": {
|
||||||
"string": "Group is out of your permissions scope"
|
"string": "Group is out of your permission scope"
|
||||||
},
|
},
|
||||||
"src_dot_utils_dot_errors_dot_outOfScopeUser": {
|
"src_dot_utils_dot_errors_dot_outOfScopeUser": {
|
||||||
"string": "User is out of your permissions scope"
|
"string": "User is out of your permissions scope"
|
||||||
|
|
|
@ -10,7 +10,7 @@ const messages = defineMessages({
|
||||||
defaultMessage: "Invalid password"
|
defaultMessage: "Invalid password"
|
||||||
},
|
},
|
||||||
outOfScopeGroup: {
|
outOfScopeGroup: {
|
||||||
defaultMessage: "Group is out of your permissions scope"
|
defaultMessage: "Group is out of your permission scope"
|
||||||
},
|
},
|
||||||
outOfScopeUser: {
|
outOfScopeUser: {
|
||||||
defaultMessage: "User is out of your permissions scope"
|
defaultMessage: "User is out of your permissions scope"
|
||||||
|
|
Loading…
Reference in a new issue