Fix manga bulk migration action title

This commit is contained in:
schroda
2026-05-13 05:12:47 +02:00
parent bc95f0783e
commit 4558863d19
2 changed files with 5 additions and 1 deletions

View File

@@ -77,7 +77,7 @@ export const MANGA_ACTION_TO_TRANSLATION: {
migrate: {
action: {
single: msg`Migrate`,
selected: msg`Migrate`, // not supported
selected: msg`Migrate selected`,
},
success: msg`Successfully migrated manga`,
error: msg`Could not migrate manga`,