From de9941cc12f4d26ca90e82ee452365388956e8bb Mon Sep 17 00:00:00 2001 From: Joseph Milazzo Date: Mon, 30 Aug 2021 13:14:05 -0700 Subject: [PATCH] Misc accessibility fixes (#536) --- API/Services/ArchiveService.cs | 2 +- .../manage-library/manage-library.component.html | 4 ++-- .../admin/manage-users/manage-users.component.html | 6 +++--- .../series-bookmarks/series-bookmarks.component.html | 8 ++++---- .../user-preferences/user-preferences.component.html | 12 ++++++------ 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/API/Services/ArchiveService.cs b/API/Services/ArchiveService.cs index 3e019e583..d8b381b60 100644 --- a/API/Services/ArchiveService.cs +++ b/API/Services/ArchiveService.cs @@ -392,7 +392,7 @@ namespace API.Services private void ExtractArchiveEntries(ZipArchive archive, string extractPath) { - // TODO: In cases where we try to extract, but there are InvalidPathChars, we need to inform the user + // NOTE: In cases where we try to extract, but there are InvalidPathChars, we need to inform the user var needsFlattening = ArchiveNeedsFlattening(archive); if (!archive.HasFiles() && !needsFlattening) return; diff --git a/UI/Web/src/app/admin/manage-library/manage-library.component.html b/UI/Web/src/app/admin/manage-library/manage-library.component.html index 44cf374e6..2a82cb003 100644 --- a/UI/Web/src/app/admin/manage-library/manage-library.component.html +++ b/UI/Web/src/app/admin/manage-library/manage-library.component.html @@ -4,10 +4,10 @@