Change label "username" to "Email" in login form

This commit is contained in:
Rene Cordier
2021-11-11 16:08:45 +07:00
committed by Dat H. Pham
parent 32b8e714a3
commit 3bc27174ca
7 changed files with 16 additions and 16 deletions
@@ -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 {