Bug 19889: (follow-up) Fix text in moredetail.tt
authorAgustin Moyano <agustinmoyano@theke.io>
Tue, 25 Aug 2020 20:10:28 +0000 (17:10 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 31 Aug 2020 14:17:58 +0000 (16:17 +0200)
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt

index 5cde513..70c2401 100644 (file)
 
     [% IF updated_exclude_from_local_holds_priority.defined %]
     <div class="dialog message">
-        <em>Exclude from local holds priority</em> updated to
         [% IF updated_exclude_from_local_holds_priority %]
-            <em>Yes</em>
+            Exclude from local holds priority updated to 'Yes'
         [% ELSE %]
-            <em>No</em>
+            Exclude from local holds priority updated to 'No'
         [% END %]
     </div>
     [% END %]