mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-30 17:38:40 +00:00 
			
		
		
		
	Merge pull request #2050 from DestinedCodes/fix/sort_hint_text_typo
fix: sort hint text typo
This commit is contained in:
		
						commit
						0162af8a1d
					
				| @ -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>() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Alex Wallen
						Alex Wallen