Merge pull request #2050 from DestinedCodes/fix/sort_hint_text_typo

fix: sort hint text typo
This commit is contained in:
Alex Wallen
2023-03-20 15:09:43 -10:00
committed by GitHub

View File

@ -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<CreateSortBloc>()