From: Galen Charlton Date: Thu, 24 May 2018 00:28:35 +0000 (-0400) Subject: more terminology tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=673b87df71cd63bd1f211dc4b96a6c4bb9196c39;p=working%2FEvergreen.git more terminology tweaks Signed-off-by: Galen Charlton --- 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 %]