Fix "exclude scanlator" dialog title
This commit is contained in:
@@ -35,6 +35,7 @@ export const ChapterExcludeSanlatorsFilter = ({
|
||||
checked={!!excludedScanlators.length}
|
||||
/>
|
||||
<CheckboxListSetting
|
||||
title={t('chapter.option.exclude_scanlators')}
|
||||
open={popupState.isOpen}
|
||||
onClose={(selectedScanlators) => {
|
||||
if (selectedScanlators) {
|
||||
|
||||
Reference in New Issue
Block a user