From d68a0193459f08c86ba33afb19f8617584779272 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 14 May 2015 10:31:01 +1200 Subject: [PATCH] Bug 8753 - Followup - change value text on syspref Followup changes text from "The user can reset | can not reset their password on OPAC" to "Library users are allowed | not allowed to recover their password via e-mail in the OPAC" This change more clearly differentiates the purpose of this new preference from OpacPasswordChange. --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 83f78eb..8c093ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -339,13 +339,13 @@ OPAC: no: "Don't allow" - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication. - - - "The user " + - "Library users are " - pref: OpacResetPassword default: 1 choices: - yes: "can reset" - no: "can not reset" - - " their password on OPAC." + yes: "allowed" + no: "not allowed" + - " to recover their password via e-mail in the OPAC" - - pref: OPACPatronDetails choices: -- 1.9.1