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
commit 0162af8a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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