Skip to content

Commit 6b1bbf7

Browse files
committed
Add a defined.net indicator on manual enroll
1 parent 84d1256 commit 6b1bbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screens/EnrollmentScreen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ class _EnrollmentScreenState extends State<EnrollmentScreen> {
167167
Padding(
168168
padding: EdgeInsets.only(top: 20),
169169
child: PlatformTextField(
170-
hintText: 'Enrollment code or link',
171-
controller: enrollInput
170+
hintText: 'defined.net enrollment code or link',
171+
controller: enrollInput,
172172
)
173173
),
174174
PlatformTextButton(

0 commit comments

Comments
 (0)