From 1c85d476aa8604fb93f0c27bec207aa9f4048467 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 15 Apr 2016 08:05:37 +0100 Subject: [PATCH] Bug 16270: Typo authentification/authentication Test plan; Trigger /cgi-bin/koha/errors/404.pl Confirm the typo without the patch and that it's fixed with this patch applied. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt index 837ebffa00..4d1619c79a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/errors/errorpage.tt @@ -20,7 +20,7 @@
  • You made use of an external link to an 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 the client is broken and the page does not exist

What's next?

-- 2.39.2