From 9c245c7e2a2e5aab01257c95f37ea78adda74b55 Mon Sep 17 00:00:00 2001 From: Henry Bolshaw Date: Wed, 22 May 2019 15:02:40 +0000 Subject: [PATCH] Bug 22965: fixes typo on classification sources description on admin homepage Removed comma from description. Test plan: 1. Go to Admin homepage 2. Check Classification Sources description 3. Verify that comma after i.e. has gone removed Signed-off-by: Liz Rea https://bugs.koha-community.org/show_bug.cgi?id=22695 --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 3a23d1ac19..fdc7cfd027 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -129,7 +129,7 @@ [% END %] [% IF ( CAN_user_parameters_manage_classifications ) %]
Classification sources
-
Define classification sources (i.e., call number schemes) used by your collection. Also define filing rules used for sorting call numbers and splitting rules for splitting them.
+
Define classification sources (i.e. call number schemes) used by your collection. Also define filing rules used for sorting call numbers and splitting rules for splitting them.
[% END %] [% IF ( CAN_user_parameters_manage_matching_rules ) %]
Record matching rules
-- 2.11.0