From 74f3aeefc97c694d2072707ffc2daaf2f565409f 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 --- .../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 8bc51138b0..9c0623c95f 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 || default_branch, blocktitle => 0 ) %] [% PROCESS 'opac-authorities.inc' %] [% PROCESS 'authorities-search-results.inc' %] +[% PROCESS 'i18n.inc' %] [% BLOCK pagination %]