corrected message
This commit is contained in:
parent
8944609b63
commit
f302ff71c9
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ const internalCertificate = {
|
||||||
resolve(resp);
|
resolve(resp);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
throw new error.ValidationError('Only Let\'sEncrypt certificates can be renewed');
|
throw new error.ValidationError('Only Let\'sEncrypt certificates can be downloaded');
|
||||||
}
|
}
|
||||||
}).catch((err) => reject(err));
|
}).catch((err) => reject(err));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue