Use correct titles for manga actions in selection mode (#529)

Should have been changed with ecea80f41e
This commit is contained in:
schroda
2023-12-30 15:05:54 +01:00
committed by GitHub
parent edc2a62a76
commit 37d6b84cf4

View File

@@ -127,12 +127,12 @@ export const MangaActionMenuItems = ({ manga, handleSelection, selectedMangas =
setHideMenu(true);
}}
Icon={Label}
title={t('manga.action.category.label.action')}
title={getMenuItemTitle('change_categories', selectedMangas.length)}
/>
<MenuItem
onClick={() => performAction('remove_from_library', selectedMangas)}
Icon={FavoriteBorderIcon}
title={t('manga.action.library.remove.label.action')}
title={getMenuItemTitle('remove_from_library', selectedMangas.length)}
/>
{isCategorySelectOpen && (
<CategorySelect