diff --git a/frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart b/frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart index be25a01ec8..22f3403a4d 100644 --- a/frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart +++ b/frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart @@ -122,7 +122,7 @@ class _FilterTextFieldDelegate extends SliverPersistentHeaderDelegate { color: Theme.of(context).colorScheme.background, height: fixHeight, child: FlowyTextField( - hintText: LocaleKeys.grid_settings_filterBy.tr(), + hintText: LocaleKeys.grid_settings_sortBy.tr(), onChanged: (text) { context .read()