BUG #4141
open100%
Description
Issue Description
On the Signup as Agency page, the Agency Name field displays the warning message
": Name must contain at least one letter" unexpectedly when entering numeric values.
The message formatting is inconsistent, showing an unnecessary colon (:) and extra margin, and does not match other validation messages such as "Email already exists", causing UI inconsistency and confusion.
Module / Page
Agency Profile – Signup as Agency
Module Section
Agency Name Field
Screen Size
Desktop
Tested By
Aman
Steps to Reproduce¶
- Go to Signup as Agency page.
- Enter "222" in the Agency Name field.
- Enter "test@gmail.com" in the Business Email field.
- Observe the warning message below the Agency Name field.
Expected Result
The warning message should follow the same format as other validation messages (e.g., "Email already exists")
- No leading colon (
:) - No extra margin
- Consistent styling and placement
Actual Result
The warning message ": Name must contain at least one letter" appears unexpectedly with a leading colon and extra margin, breaking UI consistency.
Attachments
PoC
Types of Issue
UI
Root Cause:
mismatch with lovable
Impacted Area:
agency name field