From c6762426d47e1249c8707db0daab39bf5eca8439 Mon Sep 17 00:00:00 2001 From: Olivia Lu Date: Tue, 15 Jan 2019 03:52:30 +0000 Subject: [PATCH] Bug 21866: Changed "report" to "plugins" for the warning "This report was written for an older version of Koha. Run at your own risk" To find this change: 1. Enable use plugins in global system preferences 2. Go to tools then click tool plugins 3. Verify that this string now says plugins Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Nick Clemens (cherry picked from commit 5e2e101037bb2bfb8579fcee331388e56658db84) Signed-off-by: Martin Renvoize (cherry picked from commit 2c6b8230b8fa7dd0a7746327c126565fc8b47dc9) Signed-off-by: Jesse Maseto --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ac6f4261a6..bfa5d8bc7e 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 @@ -87,7 +87,7 @@ [% IF ( plugin.metadata.maximum_version && koha_version > plugin.metadata.maximum_version ) %]
- Warning: This report was written for an older version of Koha. Run at your own risk. + Warning: This plugin was written for an older version of Koha. Run at your own risk.
[% END %] -- 2.20.1