Skip to content

Commit

Permalink
refactor: Update status page delete message for custom certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Oct 9, 2024
1 parent 9e45f4c commit 7c85fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Pages/StatusPages/View/Domains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
);
}
Expand Down

0 comments on commit 7c85fb4

Please sign in to comment.