Change label "username" to "Email" in login form
This commit is contained in:
committed by
Dat H. Pham
parent
32b8e714a3
commit
3bc27174ca
@@ -34,9 +34,9 @@ class AppLocalizations {
|
||||
name: 'prefix_https');
|
||||
}
|
||||
|
||||
String get username {
|
||||
return Intl.message('username',
|
||||
name: 'username');
|
||||
String get email {
|
||||
return Intl.message('email',
|
||||
name: 'email');
|
||||
}
|
||||
|
||||
String get password {
|
||||
|
||||
Reference in New Issue
Block a user