From a15c6f2156be9f38dd7265d9ff3623047d7c2803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Fri, 15 Apr 2016 16:18:37 +0200 Subject: [PATCH] Bug 16270 (followup) Typo authentification vs authentication Additionally fix typo in following files: koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt To test: Apply patch, verify in files that authentification is replaced by authentication Signed-off-by: Chris Cormack --- 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(-) 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 b041ddf..3eef195 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 @@ -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: diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt index bfd6275..b0023d8 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt +++ b/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 ) %] -- 2.8.0.rc3