fix: some 🐛

This commit is contained in:
codytseng
2025-02-01 14:05:13 +08:00
parent a264b747e7
commit 7c34042da3
11 changed files with 27 additions and 69 deletions

View File

@@ -86,14 +86,14 @@ function AccountManagerNav({
}}
className="w-full mt-4"
>
{t('Signup with Nstart wizard')}
{t('Sign up')}
</Button>
<Button
variant="link"
onClick={() => setPage('generate')}
className="w-full text-muted-foreground py-0 h-fit mt-1"
>
{t('or generate your private key here')}
{t('or simply generate a private key')}
</Button>
</div>
{accounts.length > 0 && (