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),