spelling mistake
This commit is contained in:
parent
128b0ea9e6
commit
b81f3803e0
@ -400,7 +400,7 @@ class _UserSelectionDialogState extends State<UserSelectionDialog> {
|
|||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"or create a new traveler",
|
"or create a new traveller",
|
||||||
style: GoogleFonts.poppins(
|
style: GoogleFonts.poppins(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
color: Color(0xFF575A74),
|
color: Color(0xFF575A74),
|
||||||
@ -766,7 +766,7 @@ class _TravelerFormState extends State<TravelerForm> {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"Create Traveler",
|
"Create Traveller",
|
||||||
style: GoogleFonts.poppins(color: Colors.black54),
|
style: GoogleFonts.poppins(color: Colors.black54),
|
||||||
),
|
),
|
||||||
SizedBox(height: 7),
|
SizedBox(height: 7),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user