This commit is contained in:
estifanos
2026-08-17 10:34:00 +00:00
parent ecd875adf4
commit 366f75a84d
2 changed files with 2 additions and 2 deletions

View File

@@ -216,7 +216,7 @@ export function SignupPage() {
<SimpleGrid cols={{ base: 1, xs: 2 }} spacing="md">
<TextInput
label={t('signup.nameEnLabel', 'Full name (English)')}
placeholder={t('signup.nameEnPlaceholder', 'Forrest Kent Rose')}
placeholder={t('signup.nameEnPlaceholder', 'Abebe Bekele')}
leftSection={<IconUser size={18} />}
error={errors.nameEn?.message}
{...register('nameEn')}