Bug 21866: Changed "report" to "plugins" for the warning "This report was written...
authorOlivia Lu <olivialokm@gmail.com>
Tue, 15 Jan 2019 03:52:30 +0000 (03:52 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 17 Jan 2019 02:23:26 +0000 (02:23 +0000)
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 <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt

index ac8b244..7a0268c 100644 (file)
@@ -89,7 +89,7 @@
 
                                         [% IF ( plugin.metadata.maximum_version && koha_version > plugin.metadata.maximum_version ) %]
                                             <div class="dialog alert">
-                                                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.
                                             </div>
                                         [% END %]
                                     </td>