From 1f0d5bb89ddcad42166a5711e54b65f8bded6bda 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 0fe829e5b2a67a8af2b026af02dcb23ec55af195) Signed-off-by: Jacob O'Mara (cherry picked from commit 807b3f669544fc380e8f4e4c868146a133c9d156) Signed-off-by: Lucas Gass --- .../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 c43c5fb2ee..6f11f36e59 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 @@ -47,7 +47,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
  • @@ -107,7 +107,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.20.1