From 673b87df71cd63bd1f211dc4b96a6c4bb9196c39 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 23 May 2018 20:28:35 -0400 Subject: [PATCH] more terminology tweaks Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index f7ebef4ecf..97bca31050 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -104,10 +104,10 @@ %] [% ELSE; operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add"; - label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); + label = (operation == "add") ? l("Add to cart") : l("Remove from cart"); %] - + [% label %] [% END %] -- 2.11.0