diff --git a/languages/en.yaml b/languages/en.yaml index e16c156d..1160021c 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -1109,3 +1109,6 @@ PLUGIN_ADMIN: IMAGES_CLS_RETINA_SCALE: "Retina Scale Factor" IMAGES_CLS_RETINA_SCALE_HELP: "Will take the calculated size and divide by scale factor to display a higher resolution image at a smaller pixel size for better handling of HiDPI resolutions" AUTOREGENERATE_FOLDER_SLUG: "Auto-regenerate based on page title" + ENABLE: Enable + PLUGINS_MUST_BE_ENABLED: "Plugin must be enabled to configure" + ACTIVATION_REQUIRED: "Activation required to configure" diff --git a/themes/grav/templates/partials/plugins-details.html.twig b/themes/grav/templates/partials/plugins-details.html.twig index b209de9c..532d22fc 100644 --- a/themes/grav/templates/partials/plugins-details.html.twig +++ b/themes/grav/templates/partials/plugins-details.html.twig @@ -45,11 +45,11 @@