Mise à jour de 'Sources/justMUSIC/lib/screens/login_screen.dart'
continuous-integration/drone/push Build is passing Details

CORRECT_GRAMMARY
Rayhân HASSOU 1 year ago
parent 210e4e4d4e
commit b08b5434ac

@ -95,7 +95,7 @@ class _LoginScreenState extends State<LoginScreen> {
SizedBox(
width: 230.w,
child: Text(
"Bon retour parmis nous tu nous as manqué!",
"Bon retour parmis nous. Tu nous as manqué !",
style: GoogleFonts.plusJakartaSans(
color: Colors.white, fontWeight: FontWeight.w400, fontSize: 20.h),
textAlign: TextAlign.center,
@ -116,7 +116,7 @@ class _LoginScreenState extends State<LoginScreen> {
keyboardAppearance: Brightness.dark,
validator: (value) {
if (value == null || value.isEmpty) {
return 'entrez un email valide';
return 'Entrez un email valide';
}
return null;
},
@ -148,7 +148,7 @@ class _LoginScreenState extends State<LoginScreen> {
obscureText: passenable,
validator: (value) {
if (value == null || value.isEmpty) {
return 'entrez un mot de passe valide';
return 'Entrez un mot de passe valide';
}
return null;
},
@ -233,7 +233,7 @@ class _LoginScreenState extends State<LoginScreen> {
fontSize: 15),
children: <TextSpan>[
TextSpan(
text: " Sinscire",
text: " Sinscrire",
style: GoogleFonts.plusJakartaSans(
fontSize: 15,
fontWeight: FontWeight.w400,

Loading…
Cancel
Save