From: Michele Morgan Date: Wed, 17 Mar 2021 16:05:31 +0000 (+0000) Subject: LP1853006 - Allow new strings to be translated X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=455d0bd085cea5f38f7c3df67d03b38292f205a2;p=Evergreen.git LP1853006 - Allow new strings to be translated Allow newly added strings 'Show All Copies' and 'Show Only Available Copies' to be translated. Signed-off-by: Michele Morgan Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index c70e356c0a..f1e1b99e8a 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -75,13 +75,13 @@ IF has_copies or ctx.foreign_copies;
[% IF available == 'true'; %] - Show All Copies + [% l('Show All Copies') %] [% END; %] [% IF available == 'false'; %] - Show Only Available Copies + [% l('Show Only Available Copies') %] [% END; %]