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