From b81f3803e0f6ac010a3c2a201d9a557941801afa Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Thu, 12 Jun 2025 13:59:19 +0530 Subject: [PATCH] spelling mistake --- lib/Screens/dialog/user_selection_dialog.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Screens/dialog/user_selection_dialog.dart b/lib/Screens/dialog/user_selection_dialog.dart index 2495a8b..8842b89 100644 --- a/lib/Screens/dialog/user_selection_dialog.dart +++ b/lib/Screens/dialog/user_selection_dialog.dart @@ -400,7 +400,7 @@ class _UserSelectionDialogState extends State { 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 { crossAxisAlignment: CrossAxisAlignment.center, children: [ Text( - "Create Traveler", + "Create Traveller", style: GoogleFonts.poppins(color: Colors.black54), ), SizedBox(height: 7),