From da5fe81b1be9bd6c3b583e8e875170afb85319ca Mon Sep 17 00:00:00 2001 From: tk Date: Sun, 17 Aug 2025 08:27:11 +0200 Subject: [PATCH] fix typo --- wien_talks/wien_talks_flutter/lib/widgets/filter_chips_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ),