diff --git a/src/Models/BitbucketConfig.php b/src/Models/BitbucketConfig.php index 1172d05..fd8edf1 100644 --- a/src/Models/BitbucketConfig.php +++ b/src/Models/BitbucketConfig.php @@ -48,7 +48,8 @@ protected static function prepareConfigSchemaField(array &$schema) case 'password': $schema['type'] = 'password'; $schema['label'] = 'Password'; - $schema['description'] = 'Your Bitbucket password goes here.'; + $schema['description'] = 'Your Bitbucket password. For Bitbucket cloud this will be the App Password. ' . + 'If you use an App Password there is no need to enter a token below'; break; case 'token': $schema['label'] = 'Bitbucket Token';