Kaynağa Gözat

[fix]修改筛选文案

云天逵 11 ay önce
ebeveyn
işleme
ad09b8e61d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      lib/module/calendar/calendar_controller.dart

+ 1 - 1
lib/module/calendar/calendar_controller.dart

@@ -162,7 +162,7 @@ class CalendarController extends BaseController {
               sortOption(SortType.oldest, 'Oldest'),
               SizedBox(height: 14.h),
               // Large Size
-              sortOption(SortType.largeSize, 'Large Size'),
+              sortOption(SortType.largeSize, 'Largest Storage Usage'),
               SizedBox(height: 14.h),
               // Most Quantity
               sortOption(SortType.mostQuantity, 'Most Quantity'),