From 0a0fae1ff4c53ba92932575be1131b3aca9f62fb Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 21 Aug 2015 13:33:47 -0400 Subject: [PATCH] Fixed missing JS translation string that was only available when cart active. --- themes/bootstrap3/templates/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 55f33615f2d..dc3bb65dcde 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -34,6 +34,7 @@ array( 'add_tag_success' => 'add_tag_success', 'bulk_email_success' => 'bulk_email_success', + 'bulk_noitems_advice' => 'bulk_noitems_advice', 'bulk_save_success' => 'bulk_save_success', 'close' => 'close', 'libphonenumber_invalid' => 'libphonenumber_invalid', @@ -62,7 +63,6 @@ 'bookbagFull' => 'bookbag_full_msg', 'bookbagMax' => $cart->getMaxSize(), 'bookbagStatusFull' => 'bookbag_full', - 'bulk_noitems_advice' => 'bulk_noitems_advice', 'confirmDelete' => 'confirm_delete', 'confirmEmpty' => 'bookbag_confirm_empty', 'itemsAddBag' => 'items_added_to_bookbag', -- GitLab