diff --git a/plugins/nextcloud/index.php b/plugins/nextcloud/index.php index 28adf35fb..5f419c7b2 100644 --- a/plugins/nextcloud/index.php +++ b/plugins/nextcloud/index.php @@ -503,7 +503,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) ->SetDefaultValue(self::DEFAULT_ADDRESSBOOK_NAME), - \RainLoop\Plugins\Property::NewInstance(self::DEFAULT_ADDRESSBOOK_DESCRIPTION_KEY)->SetLabel('Default nextcloud addressbook description for recipinets') + \RainLoop\Plugins\Property::NewInstance(self::DEFAULT_ADDRESSBOOK_DESCRIPTION_KEY)->SetLabel('Default nextcloud addressbook description for recipients') ->SetType(\RainLoop\Enumerations\PluginPropertyType::STRING) ->SetDefaultValue(self::DEFAULT_ADDRESSBOOK_DESCRIPTION),