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 <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
1c85d476aa
commit
e297342f52
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
[% IF ( errno == 404 ) %]
|
||||
<li>You made use of an external link to a catalog item that is no longer available.</li>
|
||||
<li>You followed an outdated link e.g. from a search engine or a bookmark.</li>
|
||||
<li>You tried to access a page that needs authentification.</li>
|
||||
<li>You tried to access a page that needs authentication.</li>
|
||||
<li>An internal link in our catalog home page is broken and the page does not exist.</li>
|
||||
[% END %]
|
||||
[% IF ( errno == 500 ) %]
|
||||
|
|
Loading…
Reference in a new issue