mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[Promotion] Add descriptive cart coupon validation messages
This commit is contained in:
parent
7246f9cfb4
commit
c2de78c937
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ sylius:
|
|||
not_blank: Please enter coupon code.
|
||||
regex: Coupon code can only be comprised of letters, numbers, dashes and underscores.
|
||||
unique: This coupon already exists.
|
||||
expired: Coupon code has expired.
|
||||
ineligible: Coupon code is not valid for this order.
|
||||
is_invalid: Coupon code is invalid.
|
||||
promotion:
|
||||
not_blank: Please provide a promotion for this coupon.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue