소스 검색

Merge pull request #2050 from DestinedCodes/fix/sort_hint_text_typo

fix: sort hint text typo
Alex Wallen 2 년 전
부모
커밋
0162af8a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/sort/create_sort_list.dart

+ 1 - 1
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<CreateSortBloc>()