Skip to content

Commit e955542

Browse files
committed
fix(ui): inaccurate label
1 parent bb4ca15 commit e955542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/pages/shopinbit/step_4_components/shopinbit_travel_form.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class _ShopInBitTravelFormState extends ConsumerState<ShopInBitTravelForm> {
405405
ShopInBitStep4Dropdown(
406406
value: _selectedMonthSeason,
407407
items: _months,
408-
hintText: "Month or season",
408+
hintText: "Month",
409409
onChanged: (value) => setState(() => _selectedMonthSeason = value),
410410
),
411411
SizedBox(height: isDesktop ? 24 : 16),

0 commit comments

Comments
 (0)