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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt (-2 / +1 lines)
Lines 11-17 Link Here
11
    [% ELSIF op == 'edit_form' %]
11
    [% ELSIF op == 'edit_form' %]
12
        [% tx("Modify identity provider domain '{domain}'", {domain = identity_provider_domain.domain}) | html %] ›
12
        [% tx("Modify identity provider domain '{domain}'", {domain = identity_provider_domain.domain}) | html %] ›
13
    [% END %]
13
    [% END %]
14
    [% tx("Domains for '{identity_provider_code}'", {identity_provider_code = identity_provider_code}) | html %] ›
14
    [% tx("Identity provider domains for '{identity_provider_code}'", {identity_provider_code = identity_provider_code}) | html %] ›
15
    [% t("Identity providers") | html %] ›
15
    [% t("Identity providers") | html %] ›
16
    [% t("Administration") | html %] ›
16
    [% t("Administration") | html %] ›
17
    [% t("Koha") | html %]
17
    [% t("Koha") | html %]
18
- 

Return to bug 34406