From 167b4fd7381512a66d485af793be79c3e40d4a47 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Mon, 13 Nov 2023 23:21:17 +0000 Subject: [PATCH] Bug 35327: Fix capitalization of language name Signed-off-by: David Nind --- koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt index 5ac68c2ea2..0bb9524872 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt @@ -173,7 +173,7 @@
return_fmt (Optional)
requests a particular format or set of formats in reporting availability
language (Optional)
-
requests a particular language for the output, default is the opac cookie language if set, the first language in opac language list or english
+
requests a particular language for the output, default is the opac cookie language if set, the first language in opac language list or English

Example call

-- 2.30.2