浏览代码

[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'),