@@ -, +, @@ casServerVersion pref description --- .../intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -146,14 +146,14 @@ Administration: 1: "Yes" 0: "No" - - - "URL of the CAS Authentication Server: " + - "URL of the Central Authentication Service (CAS) server: " - pref: casServerUrl - + - "Version of the CAS server Koha will connect to: " - pref: casServerVersion choices: - 2: 'CAS 2 or inferior' - 3: 'CAS 3 or superior' - - Version of the CAS server Koha will connect to. + 2: 'CAS 2 or earlier' + 3: 'CAS 3 or later' SSL client certificate authentication: - - "Field to use for SSL client certificate authentication: " --