@@ -, +, @@ misleading - Log in to the OPAC and view a bibliographic record which has no comments. - Under the "comments" tab, verify that the text in the tab says "There are no comments on this title. Post your comments on this title." --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -896,13 +896,13 @@ [% END %] [% END # / FOREACH reviews %] [% ELSE %] -

There are no comments for this item.

+

There are no comments on this title.

[% END # / IF reviews %] [% IF ( loggedinusername ) %] [% UNLESS ( loggedincommenter ) %]
- Post your comments on this item. + Post your comments on this title.
[% END %] [% ELSE %] --