Merge pull request #1745 from Hubelia/fix_typo_certificate_provisioning

Fix typo in certificate provisioning
This commit is contained in:
Simon Larsen 2024-11-12 14:41:27 +00:00 committed by GitHub
commit aa95f89b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@ const StatusPageDelete: FunctionComponent<PageComponentProps> = (
return (
<span>
Certificate Provisioned. We will automatiucally renew this
Certificate Provisioned. We will automatically renew this
certificate. No action required.{" "}
</span>
);