From 366f75a84d66dc094b0d7120a11648e9ef889e11 Mon Sep 17 00:00:00 2001 From: estifanos Date: Mon, 17 Aug 2026 10:34:00 +0000 Subject: [PATCH] fixes --- apps/portal/src/app/i18n/locales/en.ts | 2 +- libs/auth/src/lib/pages/SignupPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/portal/src/app/i18n/locales/en.ts b/apps/portal/src/app/i18n/locales/en.ts index 4304dcb78..792604e12 100644 --- a/apps/portal/src/app/i18n/locales/en.ts +++ b/apps/portal/src/app/i18n/locales/en.ts @@ -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', diff --git a/libs/auth/src/lib/pages/SignupPage.tsx b/libs/auth/src/lib/pages/SignupPage.tsx index 31609aa34..90d72b650 100644 --- a/libs/auth/src/lib/pages/SignupPage.tsx +++ b/libs/auth/src/lib/pages/SignupPage.tsx @@ -216,7 +216,7 @@ export function SignupPage() { } error={errors.nameEn?.message} {...register('nameEn')}