@@ -, +, @@ replaced by authentication --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -27,7 +27,7 @@ OPAC: choices: yes: Enable no: Disable - - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC." + - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC." - - pref: HighlightOwnItemsOnOPAC choices: --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt @@ -48,7 +48,7 @@ [% IF ( errno == 404 ) %]
  • You made use of an external link to a catalog item that is no longer available.
  • You followed an outdated link e.g. from a search engine or a bookmark.
  • -
  • You tried to access a page that needs authentification.
  • +
  • You tried to access a page that needs authentication.
  • An internal link in our catalog home page is broken and the page does not exist.
  • [% END %] [% IF ( errno == 500 ) %] --