diff --git a/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts b/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts index eb89a4defc..102a3a7d02 100644 --- a/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts +++ b/plugins/scaffolder-backend/src/scaffolder/stages/publish/bitbucket.ts @@ -150,7 +150,7 @@ export class BitbucketPublisher implements PublisherBase { } throw new Error( - `Authorization has not been provided for Bitbucket. Please add username + appPassword or token to the integration config `, + `Authorization has not been provided for Bitbucket. Please add either username + appPassword or token to the Integrations config`, ); }