From 9c63ee70d9dd476f61be8958623cbc6193926acd Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sat, 11 Apr 2026 22:42:23 +0530 Subject: [PATCH] refactor: update agent type dropdown hint text to professional role --- lib/features/auth/presentation/screens/signup_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/auth/presentation/screens/signup_screen.dart b/lib/features/auth/presentation/screens/signup_screen.dart index bc909d0..76c1f76 100644 --- a/lib/features/auth/presentation/screens/signup_screen.dart +++ b/lib/features/auth/presentation/screens/signup_screen.dart @@ -345,7 +345,7 @@ class _SignupScreenState extends ConsumerState { child: DropdownButton( value: _selectedAgentTypeId, hint: Text( - 'Select Agent Type', + 'Select Professional Role', style: TextStyle( fontFamily: 'Fractul', fontSize: 14,