From 8c309ea53d4422b53641a2b7fbd46310df7d9fb9 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 Signed-off-by: Victor Grousset/tuxayo Updated opac to OPAC. Signed-off-by: Katrin Fischer --- 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..3fc3bb45ff 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.39.5