mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Fix credentials import success message (#3038)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user