We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f741d commit 1c87e33Copy full SHA for 1c87e33
lib/widget/gsy_search_drawer.dart
@@ -54,7 +54,7 @@ class _GSYSearchDrawerState extends State<GSYSearchDrawer> {
54
list.add(_renderItem(model, searchFilterType, i, widget.typeCallback));
55
list.add(_renderDivider());
56
}
57
- list.add(_renderTitle(CommonUtils.getLocale(context).search_type));
+ list.add(_renderTitle(CommonUtils.getLocale(context).search_sort));
58
59
for (int i = 0; i < sortType.length; i++) {
60
FilterModel model = sortType[i];
0 commit comments