spelling mistake

This commit is contained in:
venba-Inspriron-3558 2025-06-12 13:59:19 +05:30
parent 128b0ea9e6
commit b81f3803e0

View File

@ -400,7 +400,7 @@ class _UserSelectionDialogState extends State<UserSelectionDialog> {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
"or create a new traveler",
"or create a new traveller",
style: GoogleFonts.poppins(
fontSize: 14,
color: Color(0xFF575A74),
@ -766,7 +766,7 @@ class _TravelerFormState extends State<TravelerForm> {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Text(
"Create Traveler",
"Create Traveller",
style: GoogleFonts.poppins(color: Colors.black54),
),
SizedBox(height: 7),