fix: sort hint text typo (#2044)

This commit is contained in:
Destiny Saturday
2023-03-20 22:01:44 +01:00
committed by GitHub
parent 4798467621
commit 5672df3b0e

View File

@ -122,7 +122,7 @@ class _FilterTextFieldDelegate extends SliverPersistentHeaderDelegate {
color: Theme.of(context).colorScheme.background, color: Theme.of(context).colorScheme.background,
height: fixHeight, height: fixHeight,
child: FlowyTextField( child: FlowyTextField(
hintText: LocaleKeys.grid_settings_filterBy.tr(), hintText: LocaleKeys.grid_settings_sortBy.tr(),
onChanged: (text) { onChanged: (text) {
context context
.read<CreateSortBloc>() .read<CreateSortBloc>()