@@ -, +, @@ --- .../en/includes/authorities-search-results.inc | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc +++ a/koha-tmpl/opac-tmpl/prog/en/includes/authorities-search-results.inc @@ -11,7 +11,10 @@ RT: [% heading | html %] [% END %] [% ELSE %] - [% IF ( label ) %][% label | html %][% END %] + [% IF ( label ) %][% SWITCH label %] + [% CASE 'see also:' %]see also: + [% CASE 'used for/see from:' %]used for/see from: + [% END %][% END %] [% IF ( linkpath && search ) %][% heading | html %] [% ELSE %][% heading | html %][% END %] --