From 61656e7a9a37ba0cc280c777ab0e4a6dbef2d173 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 10 May 2023 10:41:30 +0200 Subject: [PATCH] Bug 33642: Fix 'No log found.' in viewlog It should ease translatability and remove an extra space. Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt index 531d6f2d63..97e8017d90 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/viewlog.tt @@ -410,14 +410,13 @@ [% ELSE %]
- No log found [% IF ( CATALOGUING ) %] - for Bibliographic record [% object | html %] - [% END %] - [% IF ( MEMBERS ) %] - for [% INCLUDE 'patron-title.inc' %] + No log found for Bibliographic record [% object | html %]. + [% ELSIF ( MEMBERS ) %] + No log found for [% INCLUDE 'patron-title.inc' %]. + [% ELSE %] + No log found. [% END %] - .
[% END %] [% END %] -- 2.30.2