Skip to content

Commit f302ff7

Browse files
committed
corrected message
1 parent 8944609 commit f302ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/certificate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ const internalCertificate = {
367367
resolve(resp);
368368
});
369369
} else {
370-
throw new error.ValidationError('Only Let\'sEncrypt certificates can be renewed');
370+
throw new error.ValidationError('Only Let\'sEncrypt certificates can be downloaded');
371371
}
372372
}).catch((err) => reject(err));
373373
});

0 commit comments

Comments
 (0)