Fix typo
This commit is contained in:
parent
542bd55e51
commit
319a7dae6e
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ class LoginFormState extends State<LoginForm> {
|
|||
Icons.email,
|
||||
color: Colors.white,
|
||||
),
|
||||
hintText: 'Enter yout Email',
|
||||
hintText: 'Enter your Email',
|
||||
hintStyle: kHintTextStyle,
|
||||
),
|
||||
))
|
||||
|
@ -97,7 +97,7 @@ class LoginFormState extends State<LoginForm> {
|
|||
Icons.lock,
|
||||
color: Colors.white,
|
||||
),
|
||||
hintText: 'Enter yout Password',
|
||||
hintText: 'Enter your Password',
|
||||
hintStyle: kHintTextStyle,
|
||||
),
|
||||
))
|
||||
|
|
Loading…
Add table
Reference in a new issue