From 7257ab30f159ce940fe06dd93c60bb5e0addbc54 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Fri, 23 Nov 2018 08:38:52 +0000 Subject: [PATCH] Fix typo in inventory_error_flash_for_insufficient_quantity translation --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 08edce705f..e3c328157f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2659,7 +2659,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using my_account: "My account" date: "Date" time: "Time" - inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable" + inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable." errors: messages: blank: "can't be blank"