fix: Use register instead of signUp in PromoPreference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -192,7 +192,7 @@ export default function PromoPreference() {
|
||||
href="/login"
|
||||
className="inline-block text-sm font-medium text-yellow-400 hover:text-yellow-300 underline"
|
||||
>
|
||||
{t.login || 'Login'} / {t.signUp || 'Sign Up'}
|
||||
{t.login || 'Login'} / {t.register || 'Register'}
|
||||
</Link>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user