This commit is contained in:
Krzysztof Wolski 2020-04-23 17:52:39 +02:00
parent 082a12e0b8
commit 0516e540f7
2 changed files with 5 additions and 5 deletions

View file

@ -4905,9 +4905,6 @@
"context": "error message",
"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": {
"context": "error message",
"string": "This fulfillment cannot be cancelled"
@ -4935,6 +4932,9 @@
"context": "error message",
"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": {
"string": "API error"
},
@ -4953,7 +4953,7 @@
"string": "Only draft orders can be edited"
},
"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": {
"string": "User is out of your permissions scope"

View file

@ -10,7 +10,7 @@ const messages = defineMessages({
defaultMessage: "Invalid password"
},
outOfScopeGroup: {
defaultMessage: "Group is out of your permissions scope"
defaultMessage: "Group is out of your permission scope"
},
outOfScopeUser: {
defaultMessage: "User is out of your permissions scope"