mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
corrected message
This commit is contained in:
parent
8944609b63
commit
f302ff71c9
@ -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 New Issue
Block a user