From 18e7cf8db66a616d5fe97a7d980644475b3c0cad 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 Signed-off-by: Jonathan Druart (cherry picked from commit 953a53d9d6bffbad9303532c113f50864a03a0ae) Signed-off-by: Lucas Gass --- 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 7c72af553e..17052abc31 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.39.5