From 86aca228543c149e6d10e32cb4c5753670464e92 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 4 Jun 2020 12:33:47 +0000 Subject: [PATCH] Bug 25593: Terminology: Fix "There is no order for this biblio." on catalog detail page This patch changes the phrase "There is no order for this biblio" to "There is no order for this bibliographic record." on the catalog detail page. To test, apply the patch and view the bibliographic detail page for a record which has no order associated with it. The text in the "Acquisitions details" tab should be correct. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index 95af8c679c..595c7ffec4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -696,7 +696,7 @@ Note that permanent location is a code, and location may be an authval. [% ELSE %] - There is no order for this biblio. + There is no order for this bibliographic record. [% END %] [% END %] -- 2.11.0