diff --git a/plugins/vesta-change-password/index.php b/plugins/vesta-change-password/index.php index f79c8711a..2453541d8 100644 --- a/plugins/vesta-change-password/index.php +++ b/plugins/vesta-change-password/index.php @@ -42,7 +42,7 @@ class VestaChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin return array( \RainLoop\Plugins\Property::NewInstance('vesta_host')->SetLabel('Vesta Host') ->SetDefaultValue('') - ->SetDescription('Allowed patterns: {user:host-imap}, {user:host-smtp}, {user:domain}'), + ->SetDescription('Ex: localhost or domain.com'), \RainLoop\Plugins\Property::NewInstance('Vesta_port')->SetLabel('Vesta Port') ->SetType(\RainLoop\Enumerations\PluginPropertyType::INT) ->SetDefaultValue(8083),