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>(
|
child: DropdownButton<String>(
|
||||||
value: _selectedAgentTypeId,
|
value: _selectedAgentTypeId,
|
||||||
hint: Text(
|
hint: Text(
|
||||||
'Select Agent Type',
|
'Select Professional Role',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontFamily: 'Fractul',
|
fontFamily: 'Fractul',
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
|||||||
Reference in New Issue
Block a user