From 36c3780317aba3c741241d708cef75c2a5b187a5 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 --- 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 ac8b244..7a0268c 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 @@ -89,7 +89,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.1.4