BUG #4141
Updated by Nazmul Hossain Shovon about 2 months ago
**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 1. Go to **Signup as Agency** page. 2. Enter **"222"** in the **Agency Name** field. 3. Enter **"test@gmail.com"** in the **Business Email** field. 4. 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](https://drive.google.com/file/d/1VsHDThGCDJ8Fkcj_mEM0wt9ObZuAcOCO/view?usp=sharing) **Types of Issue** UI --- **Root Cause:** mismatch with lovable **Impacted Area:** agency name field