From 629d9dc21e0df630c71eb53a219b01be72d3cf3d 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 Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- 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 37773a2955..d15c936b5e 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt @@ -975,13 +975,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.20.1