refactor: update agent type dropdown hint text to professional role
This commit is contained in:
@@ -345,7 +345,7 @@ class _SignupScreenState extends ConsumerState<SignupScreen> {
|
||||
child: DropdownButton<String>(
|
||||
value: _selectedAgentTypeId,
|
||||
hint: Text(
|
||||
'Select Agent Type',
|
||||
'Select Professional Role',
|
||||
style: TextStyle(
|
||||
fontFamily: 'Fractul',
|
||||
fontSize: 14,
|
||||
|
||||
Reference in New Issue
Block a user