From ce88bf45ebd8e9df4aa41a443965fff679e7dd84 Mon Sep 17 00:00:00 2001
From: Victor Grousset/tuxayo <victor@tuxayo.net>
Date: Sun, 20 Aug 2023 04:22:44 +0200
Subject: [PATCH] Bug 34307: (QA follow-up) add <span> to have cleaner strings
 for i18n

Cleaner strings are extracted this way.
---
 .../prog/en/includes/wrapper-staff-tool-plugin.inc              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc
index f6aab0b3ef..f1edb79495 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/wrapper-staff-tool-plugin.inc
@@ -35,7 +35,7 @@
             <a href="/cgi-bin/koha/plugins/plugins-home.pl">Plugins</a>
         [% END %]
         [% WRAPPER breadcrumb_item bc_active= 1 %]
-            <span>[% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]Plugin[% END %]</span>
+            <span>[% IF ( plugin_title ) %][% plugin_title | html %][% ELSE %]<span>Plugin</span>[% END %]</span>
         [% END %]
     [% END #/ WRAPPER breadcrumbs %]
 [% END #/ WRAPPER sub-header.inc %]
-- 
2.41.0