From 7a8990129f69d503953d9c35305810f6c1f953e7 Mon Sep 17 00:00:00 2001 From: Nicolas Hunstein Date: Fri, 28 Feb 2025 13:32:58 +0000 Subject: [PATCH] Bug 39005: update the explanatory message of Force new patron password reset in the patron category form updates explanatory message "Choose whether staff created patrons of this category be forces into resetting their passwort after their first OPAC login" to "Choose whether staff-created patrons of this category are forced to change their password after their first OPAC login" to test: - go to Administration page - go to patron categories - open the patron category form for example by clicking on "New category" - check there is the string "Choose whether staff created patrons of this category be forces into resetting their passwort after their first OPAC login" - apply patch - verify there is the string "Choose whether staff-created patrons of this category are forced to change their password after their first OPAC login" now Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 74557724486..b3b4812c054 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -373,7 +373,7 @@ [% END %] -
Choose whether staff created patrons of this category be forced into resetting their password after their first OPAC login.
+
Choose whether staff-created patrons of this category are forced to change their password after their first OPAC login.
  • -- 2.48.1