From 455d0bd085cea5f38f7c3df67d03b38292f205a2 Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Wed, 17 Mar 2021 16:05:31 +0000 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; %] -- 2.11.0