From 4fcd7aa216f5a0d11cb9fe179751c319651c7fe3 Mon Sep 17 00:00:00 2001 From: caroline <caroline@inlibro.com> Date: Mon, 21 Oct 2019 10:25:55 -0400 Subject: [PATCH] Bug 23853: Typo in authorised_values.tt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch corrects the Bsort1 typo in authorised_values.tt and changes the Bsort2 description to match Bsort1's. To test: 1- Go to Administration > Authorised values 2- Make sure descriptions for Bsort1 and Bsort2 match their category and are the same (except for 1 and 2) Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 0c8e1fccab..8f71938964 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -343,9 +343,9 @@ [% CASE 'branches' %] <p></p> [% CASE 'Bsort1' %] - <p>Values that can be entered to fill in the patron’s sort 2 field</p> + <p>Values that can be entered to fill in the patron’s sort 1 field, that can be used for statistical purposes</p> [% CASE 'Bsort2' %] - <p>An authorized value attached to patrons, that can be used for statistical purposes</p> + <p>Values that can be entered to fill in the patron’s sort 2 field, that can be used for statistical purposes</p> [% CASE 'CAND' %] <p></p> [% CASE 'CCODE' %] -- 2.20.1