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,