fix localisation key name
Serhii committed
Dec 26, 2022 at 21:18 UTC
dec818a27a3f054c6b386e56bf661b85d9ae9d9f
1 file changed
+1
-1
lib/src/screens/dashboard/widgets/filter_widget.dart
+1
-1
@@ -38,7 +38,7 @@ class FilterWidget extends StatelessWidget {
38
Padding(
39
padding: EdgeInsets.all(24.0),
40
child: Text(
41
- S.of(context).filters,
41
+ S.of(context).filter_by,
42
style: TextStyle(
43
color: Theme.of(context).primaryTextTheme.overline!.color!,
44
fontSize: 16,