diff --git a/wien_talks/wien_talks_flutter/lib/widgets/filter_chips_bar.dart b/wien_talks/wien_talks_flutter/lib/widgets/filter_chips_bar.dart index b0f6557..bfec5f5 100644 --- a/wien_talks/wien_talks_flutter/lib/widgets/filter_chips_bar.dart +++ b/wien_talks/wien_talks_flutter/lib/widgets/filter_chips_bar.dart @@ -37,7 +37,7 @@ class FilterChipsBar extends StatelessWidget { ), const SizedBox(width: 8), ChoiceChip( - label: const Text('Loveed'), + label: const Text('Loved'), selected: sort == 'top', onSelected: (_) => onSortChanged('top'), ),