diff --git a/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm b/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm index c3c5f8f7f..0ced69c38 100644 --- a/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm +++ b/lib/WebGUI/i18n/English/Asset_FlatDiscount.pm @@ -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,