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