missed some i18n in the FlatDiscount SKU related to the thank you message
This commit is contained in:
parent
262bdaae72
commit
0076d9279e
1 changed files with 12 additions and 0 deletions
|
|
@ -93,12 +93,24 @@ our $I18N = {
|
|||
context => q|template variable description|
|
||||
},
|
||||
|
||||
'thank you message' => {
|
||||
message => q|Thank you message|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for default price field|
|
||||
},
|
||||
|
||||
'thank you message help' => {
|
||||
message => q|Write a "thank you message", this could also just be a notice that something was added to the cart.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for default price field|
|
||||
},
|
||||
|
||||
'default thank you message' => {
|
||||
message => q|The coupon has been added to the cart.|,
|
||||
lastUpdated => 0,
|
||||
context => q|help for default price field|
|
||||
},
|
||||
|
||||
'hasAddedToCart' => {
|
||||
message => q|A condition indicating that the user has added the product to their cart, so we can display the thank you message.|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue