Skip to content

Commit

Permalink
chore(core): Add missing message translation (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: Samundra Shrestha <[email protected]>
  • Loading branch information
samundra and samappsynth authored Apr 22, 2020
1 parent 451ae50 commit 4ace4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"no-active-tax-zone": "The active tax zone could not be determined. Ensure a default tax zone is set for the current channel.",
"no-search-plugin-configured": "No search plugin has been configured",
"no-valid-channel-specified": "No valid channel was specified (ensure the 'vendure-token' header was specified in the request)",
"order-already-has-customer": "This Order already has a Customer associated with it",
"order-contents-may-only-be-modified-in-addingitems-state": "Order contents may only be modified when in the \"AddingItems\" state",
"order-does-not-contain-line-with-id": "This order does not contain an OrderLine with the id { id }",
"order-item-quantity-must-be-positive": "{ quantity } is not a valid quantity for an OrderItem",
Expand Down

0 comments on commit 4ace4ed

Please sign in to comment.