diff --git a/src/components/manga/MangaToolbarMenu.tsx b/src/components/manga/MangaToolbarMenu.tsx index 3f021715..db3ac178 100644 --- a/src/components/manga/MangaToolbarMenu.tsx +++ b/src/components/manga/MangaToolbarMenu.tsx @@ -117,17 +117,30 @@ export const MangaToolbarMenu = ({ manga, onRefresh, refreshing }: IProps) => { {t('manga.label.reload_from_source')} {manga.inLibrary && ( - { - setEditCategories(true); - handleClose(); - }} - > - - - {t('manga.label.edit_categories')} - + <> + + + + + {t('migrate.title')} + + { + setEditCategories(true); + handleClose(); + }} + > + + + {t('manga.label.edit_categories')} + + )}