corrected message

This commit is contained in:
Rahul Somasundaram 2021-08-30 16:36:13 +05:30
parent 8944609b63
commit f302ff71c9
No known key found for this signature in database
GPG Key ID: B8520CB207DD49D3

View File

@ -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));
}); });