modified: src/app/setup/page.tsx

This commit is contained in:
Lokowitz
2025-05-06 10:25:00 +00:00
parent e8d2cde465
commit c6ff868be8

View File

@@ -164,7 +164,7 @@ export default function StepperForm() {
: "text-muted-foreground" : "text-muted-foreground"
}`} }`}
> >
{t('setupCreateSite')} {t('siteCreate')}
</span> </span>
</div> </div>
<div className="flex flex-col items-center"> <div className="flex flex-col items-center">
@@ -231,7 +231,7 @@ export default function StepperForm() {
</FormControl> </FormControl>
<FormMessage /> <FormMessage />
<FormDescription> <FormDescription>
{t('setupDisplayName')} {t('orgDisplayName')}
</FormDescription> </FormDescription>
</FormItem> </FormItem>
)} )}