mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
⚡ Fix credentials import success message (#3038)
This commit is contained in:
parent
b90bf4576c
commit
e38b5ca291
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue