refactor: Update status page delete message for custom certificates

This commit is contained in:
Simon Larsen 2024-10-09 21:06:46 +01:00
parent 9e45f4cea9
commit 7c85fb4ded
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA

View File

@ -275,8 +275,8 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
if (item.isCustomCertificate) {
return (
<span>
No action is required. You have uploaded a custom
certificate which will be used.
No action is required. Please allow 30 minutes for the
certificate to be provisioned.
</span>
);
}