This commit is contained in:
Carl Downing
2023-07-30 14:43:08 -07:00
parent 11e4a4c624
commit 8db250b559
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@
<div class="mt-8 border-t border-gray-200 pt-6">
<blockquote>
<div>
<p class="text-base text-gray-500">&ldquo;Workflows helped us integrate OneUptime with Jira and helped us deliver sttaus pages to 200 of our customers.&rdquo;</p>
<p class="text-base text-gray-500">&ldquo;Workflows helped us integrate OneUptime with Jira and helped us deliver status pages to 200 of our customers.&rdquo;</p>
</div>
<footer class="mt-3">
<div class="flex items-center space-x-3">

View File

@@ -442,8 +442,8 @@ export default class StatusPageDomain extends BaseModel {
// This token is used by the Worker.
// worker pings the status page of customers - eg: status.company.com/verify-token/:id
// and the end point on Sttaus Page proejct returns 200.
// when that happens the isCnameVerified is set to True and the certificate is added to greenlock.
// and the end point on Status Page project returns 200.
// when that happens the isCnameVerified is set to True and the certificate is added to Greenlock.
@ColumnAccessControl({
create: [
Permission.ProjectOwner,