forked from core/mobile_nebula
Add a defined.net indicator on manual enroll
This commit is contained in:
parent
84d1256656
commit
6b1bbf7352
|
@ -167,8 +167,8 @@ class _EnrollmentScreenState extends State<EnrollmentScreen> {
|
|||
Padding(
|
||||
padding: EdgeInsets.only(top: 20),
|
||||
child: PlatformTextField(
|
||||
hintText: 'Enrollment code or link',
|
||||
controller: enrollInput
|
||||
hintText: 'defined.net enrollment code or link',
|
||||
controller: enrollInput,
|
||||
)
|
||||
),
|
||||
PlatformTextButton(
|
||||
|
|
Loading…
Reference in New Issue