diff --git a/packages/cli/commands/import/credentials.ts b/packages/cli/commands/import/credentials.ts index a4d799c604070..be36b53771be9 100644 --- a/packages/cli/commands/import/credentials.ts +++ b/packages/cli/commands/import/credentials.ts @@ -146,7 +146,7 @@ export class ImportCredentialsCommand extends Command { } private reportSuccess(total: number) { - console.info(`Successfully imported ${total} ${total === 1 ? 'workflow.' : 'workflows.'}`); + console.info(`Successfully imported ${total} ${total === 1 ? 'credential.' : 'credentials.'}`); } private async initOwnerCredentialRole() {