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

@@ -532,7 +532,7 @@ export const en = {
title: 'Create account',
subtitle: 'It only takes a minute to get started.',
nameEnLabel: 'Full name (English)',
nameEnPlaceholder: 'Forrest Kent Rose',
nameEnPlaceholder: 'Abebe Bekele',
nameAmLabel: 'Name (Amharic)',
nameAmPlaceholder: 'ስም',
emailLabel: 'Email address',

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')}