Merge pull request #14 from ack3rs/main

doc: Update prompt text
This commit is contained in:
Mauricio Siu
2024-05-01 10:20:43 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ export const AddDomain = ({
<div className="space-y-0.5"> <div className="space-y-0.5">
<FormLabel>HTTPS</FormLabel> <FormLabel>HTTPS</FormLabel>
<FormDescription> <FormDescription>
Automatically will have SSL Certificate. Automatically provision SSL Certificate.
</FormDescription> </FormDescription>
</div> </div>
<FormControl> <FormControl>

View File

@@ -228,7 +228,7 @@ export const UpdateDomain = ({ domainId }: Props) => {
<div className="space-y-0.5"> <div className="space-y-0.5">
<FormLabel>HTTPS</FormLabel> <FormLabel>HTTPS</FormLabel>
<FormDescription> <FormDescription>
Automatically will have SSL Certificate. Automatically provision SSL Certificate.
</FormDescription> </FormDescription>
</div> </div>
<FormControl> <FormControl>