We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8944609 commit f302ff7Copy full SHA for f302ff7
backend/internal/certificate.js
@@ -367,7 +367,7 @@ const internalCertificate = {
367
resolve(resp);
368
});
369
} else {
370
- throw new error.ValidationError('Only Let\'sEncrypt certificates can be renewed');
+ throw new error.ValidationError('Only Let\'sEncrypt certificates can be downloaded');
371
}
372
}).catch((err) => reject(err));
373
0 commit comments