another s/list/cart/g
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 5 Jun 2018 21:08:51 +0000 (17:08 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 5 Jun 2018 21:08:51 +0000 (17:08 -0400)
Open-ILS/src/templates/opac/results.tt2

index 4c3d6f6..ab6dd51 100644 (file)
@@ -57,9 +57,9 @@
                 [% IF ctx.mylist.size %]
                 <div class="results_header_btns">
                     [%- IF ctx.user; %]
-                    <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]">[% l('View My List') %]</a>
+                    <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]">[% l('View My Cart') %]</a>
                     [%- ELSE %]
-                    <a href="[% mkurl(ctx.opac_root _ '/mylist') %]">[% l('View My List') %]</a>
+                    <a href="[% mkurl(ctx.opac_root _ '/mylist') %]">[% l('View My Cart') %]</a>
                     [%- END %]
                 </div>
                 [% END %]