From b3a9b502fa6e2c0db91670089b3e874365705e91 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sun, 18 Nov 2018 21:16:17 +0000 Subject: [PATCH] Add missing translation key --- config/locales/en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 34d4584439..41a1157759 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2395,6 +2395,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using validation_msg_relationship_already_established: "^That relationship is already established." validation_msg_at_least_one_hub: "^At least one hub must be selected" validation_msg_product_category_cant_be_blank: "^Product Category cant be blank" + validation_msg_tax: "^Tax Category is required" validation_msg_tax_category_cant_be_blank: "^Tax Category can't be blank" validation_msg_is_associated_with_an_exising_customer: "is associated with an existing customer" content_configuration_pricing_table: "(TODO: Pricing table)"