From 946aab031138f6003aab8879bf7d39d48f61413c 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 --- 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 7455772448..b3b4812c05 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.39.5