From fd8a491f5189c6292e97870b96fdfe84e4f250a7 Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Tue, 2 Jun 2020 15:26:31 +0100
Subject: [PATCH] Bug 23243: (follow-up) Update wording as requested
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
index 019d415fe6..35ca5f0cd6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt
@@ -60,7 +60,7 @@
 			</ol>
 
         <li>
-            <label for="showhistoricexpired">Include historic expirations:</label>
+            <label for="showhistoricexpired">Include expirations before today:</label>
             [% IF showhistoricexpired %]
                 <input id="showhistoricexpired" type="checkbox" name="showhistoricexpired" checked="checked" />
             [% ELSE %]
-- 
2.11.0