Fixed both issues

This commit is contained in:
2026-05-18 01:01:25 +03:30
parent d9e49e124c
commit 762110dcec
8 changed files with 12 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ export default function Welcome({
href={supportIndex()}
className="rounded-md px-3 py-2 hover:bg-accent hover:text-accent-foreground"
>
{t('Contact')}
{t('Contact admin')}
</Link>
</>
)}
@@ -108,7 +108,7 @@ export default function Welcome({
<Button asChild variant="outline" size="sm">
<Link href={supportIndex()}>
<LifeBuoy className="size-4" />
{t('Contact')}
{t('Contact admin')}
</Link>
</Button>
</>