diff --git a/UI/Web/src/app/cards/_modals/card-details-modal/card-details-modal.component.html b/UI/Web/src/app/cards/_modals/card-details-modal/card-details-modal.component.html
index 5ab7eae23..1714fb9b2 100644
--- a/UI/Web/src/app/cards/_modals/card-details-modal/card-details-modal.component.html
+++ b/UI/Web/src/app/cards/_modals/card-details-modal/card-details-modal.component.html
@@ -3,7 +3,8 @@
{{parentName}} - {{data.number != 0 ? (isChapter ? 'Chapter ' : 'Volume ') + data.number : 'Special'}} Details
- {{parentName}} - {{data.number != 0 ? (isChapter ? 'Issue #' : 'Volume ') + data.number : 'Special'}} Details
+ {{parentName}} - {{data.number != 0 ? (isChapter ? 'Issue #' : 'Volume ') + data.number : 'Special'}} Details
+
@@ -29,34 +30,19 @@
-
- Chapters
- Issues
-
-
+ {{libraryType !== LibraryType.Comic ? 'Chapters' : 'Issues'}}
-
-
+
-
-
-
-
-
-
-
- Chapter {{formatChapterNumber(chapter)}}
+
+
+ {{libraryType !== LibraryType.Comic ? 'Chapter' : 'Issue #' }} {{formatChapterNumber(chapter)}}
-
-
-
- Issue #{{formatChapterNumber(chapter)}}
-
-
0 && chapter.pagesRead < chapter.pages">{{chapter.pagesRead}} / {{chapter.pages}}
UNREAD