View | Details | Raw Unified | Return to bug 32217
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt (-2 / +1 lines)
Lines 17-23 Link Here
17
    [% IF ( different_ip ) %]IP address change[% END %]
17
    [% IF ( different_ip ) %]IP address change[% END %]
18
    [% IF ( timed_out ) %]Session timed out[% END %]
18
    [% IF ( timed_out ) %]Session timed out[% END %]
19
    [% IF ( nopermission ) %]Access denied[% END %]
19
    [% IF ( nopermission ) %]Access denied[% END %]
20
    [% IF ( auth_error ) %]Error authenticating in external provider[% END %] › Koha
20
    [% IF ( auth_error ) %]Error authenticating with external provider[% END %] › Koha
21
</title>
21
</title>
22
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
23
[% PROCESS 'auth-two-factor.inc' %]
23
[% PROCESS 'auth-two-factor.inc' %]
24
- 

Return to bug 32217