From 404c9594be4b208248e0bb8c179571e8b76b2733 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 7 May 2020 14:57:25 +0000 Subject: [PATCH] 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 --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 f4bcefcbe8..7a8380b7be 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 %] -- 2.11.0