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 786290bb64..5d598c525e 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 @@ -79,7 +79,7 @@ [% plugin.metadata.name | html %] - [% IF ( plugin.enabled ) %] + [% IF ( plugin.is_enabled ) %] ENABLED [% ELSE %] DISABLED @@ -131,7 +131,7 @@ [% END %] [% IF ( CAN_user_plugins_manage ) %]
  • Uninstall
  • - [% IF ( plugin.enabled ) %] + [% IF ( plugin.is_enabled ) %]
  • Disable
  • [% ELSE %]
  • Enable