Skip to content
Snippets Groups Projects
Commit 0a0fae1f authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Fixed missing JS translation string that was only available when cart active.

parent 9eb1ae90
No related merge requests found
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment