소스 검색

[fix]修改筛选文案

云天逵 11 달 전
부모
커밋
ad09b8e61d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'),