From: Owen Leonard Date: Thu, 7 May 2020 14:57:25 +0000 (+0000) Subject: Bug 25343: Use of item in review/comment feature is misleading X-Git-Tag: v20.05.00~204 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=bea36d9f09622883e102908c7ca5ca3c04446eeb Bug 25343: Use of item in review/comment feature is misleading This patch updates the terminology associated with leaving a comment in the OPAC. the word "item" is replaced with the more specific "title." To test, apply the patch and make sure the reviewson system preference is enabled. - 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." Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize --- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt index f4bcefc..7a8380b 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/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 ) %] [% END %] [% ELSE %]