Fix the text of the requiresConfirmation option (#571)
parent
9195ef41f3
commit
9077640983
|
@ -672,7 +672,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
<div className="ml-3 text-sm">
|
<div className="ml-3 text-sm">
|
||||||
<p className="text-neutral-900">
|
<p className="text-neutral-900">
|
||||||
The booking needs to be manually confirmed before it is pushed to the
|
The booking needs to be manually confirmed before it is pushed to the
|
||||||
integrations and a integrations and a confirmation mail is sent.
|
integrations and a confirmation mail is sent.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue