Skip to content

Commit

Permalink
DP-539 Improved Labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomonorman committed Jul 28, 2022
1 parent b5b6dfd commit c9bff5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Models/BitbucketConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c9bff5f

Please sign in to comment.