diff --git a/src/components/chapter/ChaptersDownloadActionMenuItems.tsx b/src/components/chapter/ChaptersDownloadActionMenuItems.tsx
index 83c855d6..fb9342c0 100644
--- a/src/components/chapter/ChaptersDownloadActionMenuItems.tsx
+++ b/src/components/chapter/ChaptersDownloadActionMenuItems.tsx
@@ -18,7 +18,7 @@ const DownloadRange = {
NEXT_5: 5,
NEXT_10: 10,
NEXT_25: 25,
- UNREAD: undefined,
+ ALL: undefined,
};
export const ChaptersDownloadActionMenuItems = ({
@@ -60,11 +60,11 @@ export const ChaptersDownloadActionMenuItems = ({
-