diff --git a/promotions/config/locales/en.yml b/promotions/config/locales/en.yml index 06d3f481825..3c4ccfbf135 100644 --- a/promotions/config/locales/en.yml +++ b/promotions/config/locales/en.yml @@ -167,6 +167,10 @@ en: general: General starts_at_placeholder: Immediately codes_present: This promotion has promotion codes defined. You cannot select the apply automatically option. + automatic: "Automatic" + path: "Path" + single_code: "Single code" + multiple_codes: "Multiple codes" edit: order_conditions: Order Conditions calculator: diff --git a/promotions/lib/views/backend/solidus_promotions/admin/promotion_code_batches/_form_fields.html.erb b/promotions/lib/views/backend/solidus_promotions/admin/promotion_code_batches/_form_fields.html.erb index 7010098e2c1..d29a6266e66 100644 --- a/promotions/lib/views/backend/solidus_promotions/admin/promotion_code_batches/_form_fields.html.erb +++ b/promotions/lib/views/backend/solidus_promotions/admin/promotion_code_batches/_form_fields.html.erb @@ -1,22 +1,22 @@