From 13dd1d0539b09d378fbf103c8da723a3170f7e2d Mon Sep 17 00:00:00 2001 From: swcraig Date: Tue, 20 Jun 2017 15:45:14 -0700 Subject: [PATCH] Fix typo on the new promotions form The hint for the expiration date field had an extra "s" at the end of the sentence. The hint used to read, "If no value is specified, the promotion will never expires." This commit removes the extra "s" in "expires". --- core/config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config/locales/en.yml b/core/config/locales/en.yml index e426bc8f027..bd8ea5f8124 100644 --- a/core/config/locales/en.yml +++ b/core/config/locales/en.yml @@ -1268,7 +1268,7 @@ en: tax_category: "This determines what kind of taxation is applied to this product.
Default: None" spree/promotion: starts_at: "This determines when the promotion can be applied to orders.
If no value is specified, the promotion will be immediately available." - expires_at: "This determines when the promotion expires.
If no value is specified, the promotion will never expires." + expires_at: "This determines when the promotion expires.
If no value is specified, the promotion will never expire." spree/store: cart_tax_country_iso: "This determines which country is used for taxes on carts (orders which don't yet have an address).
Default: None." spree/variant: