Skip to content

Commit

Permalink
Ui text updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-raj committed Apr 2, 2024
1 parent 2c4fe7a commit bcbbe0d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default class ImportMarketplaceApps {
await this.createPrivateApp(manifest);
}
} else {
log(this.importConfig, 'Skipping developer hub private apps creation', 'success');
log(this.importConfig, 'Skipping private apps creation on Developer Hub...', 'success');
}

this.appOriginalName = undefined;
Expand Down Expand Up @@ -426,7 +426,7 @@ export default class ImportMarketplaceApps {
if (!currentStackApp) {
// NOTE install new app
if (app.manifest.visibility === 'private' && !this.importConfig.canCreatePrivateApp) {
log(this.importConfig, `Skipping the installation of Private App ${app.manifest.name}`, 'info');
log(this.importConfig, `Skipping the installation of the private app ${app.manifest.name}...`, 'info');
return Promise.resolve();
}
const installation = await this.installApp(
Expand Down

0 comments on commit bcbbe0d

Please sign in to comment.