From b943c369dd017450b821d31514ceab4c9476e45b Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:37:40 +0000 Subject: [PATCH] FIX: Update Plugin Description --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index df10175..ff22c6d 100644 --- a/Plugin.php +++ b/Plugin.php @@ -57,7 +57,7 @@ public function getPluginName() public function getPluginDescription() { - return t('Replace the Installed Plugins section within the Kanboard interface with a new Plugin Manager and revamped Plugins Directory. Plugin Manager provides both users and developers with an improved comprehensive interface displaying a new section for troubleshooting plugins, breaking them down into types and new indicators for each plugin.'); + return t('Replace the Installed Plugins section with a whole new interface. Plugin Manager provides both users and developers with an improved comprehensive layout displaying a new section for troubleshooting plugins with a new plugin structure breakdown for each plugin. Install plugins direct from the Plugin Directory or explore new upcoming or untested features from manual plugins.'); } public function getPluginAuthor()