From a875bd8e2bba78cb9f348b2e6206b2af38bf1960 Mon Sep 17 00:00:00 2001 From: Aerex Date: Mon, 28 Sep 2020 23:53:32 -0500 Subject: [PATCH] chore: Fixed plugin description --- lib/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Plugin.php b/lib/Plugin.php index d6450b1..6076fae 100644 --- a/lib/Plugin.php +++ b/lib/Plugin.php @@ -303,7 +303,7 @@ class Plugin extends ServerPlugin { return [ 'name' => $this->getPluginName(), - 'description' => 'The plugin provides synchronization between taskwarrior tasks and iCAL events', + 'description' => 'The plugin provides synchronization between remote storages and iCAL todo events', 'link' => null, 'config' => true ];