@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/authorities/authorities.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt | 2 +- .../bootstrap/en/modules/opac-authoritiessearchresultlist.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/authorities.tt @@ -354,7 +354,7 @@
[% IF count %] - Used in [% count | html %] record(s) + Used in [% count | html %] record(s) [% ELSE %] This authority is not used in any records. [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt @@ -62,7 +62,7 @@
[% IF count %] - Used in [% count | html %] record(s) + Used in [% count | html %] record(s) [% ELSE %] This authority is not used in any records. [% END %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt @@ -112,7 +112,7 @@ [% UNLESS ( resul.isEDITORS ) %] [% IF resul.used > 0 %] - [% resul.used | html %] [% tn('record', 'records', resul.used ) | html %] + [% resul.used | html %] [% tn('record', 'records', resul.used ) | html %] [% ELSE %] 0 records [% END %] --