From dec3b23749bbb3c3429cae654731881d338b37f6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Mar 2022 16:21:41 +0000 Subject: [PATCH] Bug 30191: Authority search result list in the OPAC should use 'record' instead of 'biblios' This patch updates the OPAC authority search results page so that it uses the term "record" instead of "biblio." The patch also changes how the template outputs the count of records so that it is correctly pluralized, e.g. "1 record" vs. "2 records." To test, apply the patch and perform an authority search in the OPAC. In the search results, confirm that the last table header reads "Records." The information in that column should be correct, using the word record or records. Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall --- .../en/modules/opac-authoritiessearchresultlist.tt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt index 8415fb4360..136844322a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt @@ -5,6 +5,7 @@ [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode, blocktitle => 0 ) %] [% PROCESS 'opac-authorities.inc' %] [% PROCESS 'authorities-search-results.inc' %] +[% PROCESS 'i18n.inc' %] [% BLOCK pagination %]