Procházet zdrojové kódy

fix: sort hint text typo (#2044)

Destiny Saturday před 2 roky
rodič
revize
5672df3b0e

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