From 6d8d4d45886d70b679de41c8038d21ecaa3fcfd9 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Mon, 16 Jan 2023 15:06:19 -0500 Subject: [PATCH] Bug 32644: Terminology: staff/intranet and biblio in plugins-home page This patch replaces some incorrect terminology in the plugins-home page. The current terminology is available at https://wiki.koha-community.org/wiki/Terminology To test: 0. Make sure you have no enhanced content plugins installed 1. Apply patch 2. Go to Administration > Manage plugins 3. Click 'View plugins by class' --> Notice that one of the options is 'View bibliographic record enhancement plugins for the staff interface' 4. Make sure this phrase is gramatically correct, makes sense and has no typos 5. Click on that option --> Notice that the message says 'No plugins that can enhance the bibliographic records in the staff interface are installed' 6. Make sure this phrase is gramatically correct, makes sense and has no typos Signed-off-by: Andrew Fuerste-Henry --- .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt index fd55daf828..775c3f0bba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt @@ -50,7 +50,7 @@
  • View tool plugins
  • View MARC conversion plugins
  • View online payment plugins
  • -
  • View staff catalog biblio enhancement plugins
  • +
  • View bibliographic record enhancement plugins for the staff interface
  • View ILL availability plugins
  • @@ -112,7 +112,7 @@ [% ELSIF method == 'opac_online_payment' %]
    No plugins that can process online payments via the public catalog are installed
    [% ELSIF method == 'intranet_catalog_biblio_enhancements' %] -
    No plugins that can enhance the intranet catalog biblio records are installed
    +
    No plugins that can enhance the bibliographic records in the staff interface are installed
    [% ELSE %]
    Unknown plugin type [% method | html %]
    [% END %] -- 2.30.2