From: Galen Charlton Date: Tue, 5 Jun 2018 21:08:51 +0000 (-0400) Subject: another s/list/cart/g X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8dd74c63bb9a6a48d3964a2862b08adb456b545d;p=working%2FEvergreen.git another s/list/cart/g --- diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 4c3d6f6114..ab6dd514c3 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -57,9 +57,9 @@ [% IF ctx.mylist.size %]
[%- IF ctx.user; %] - [% l('View My List') %] + [% l('View My Cart') %] [%- ELSE %] - [% l('View My List') %] + [% l('View My Cart') %] [%- END %]
[% END %]