Skip to content

Commit

Permalink
Add a defined.net indicator on manual enroll
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrownus committed Nov 22, 2022
1 parent 84d1256 commit 6b1bbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/screens/EnrollmentScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

1 comment on commit 6b1bbf7

@jasikpark
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.