Fix manga bulk migration action title
This commit is contained in:
@@ -77,7 +77,7 @@ export const MANGA_ACTION_TO_TRANSLATION: {
|
|||||||
migrate: {
|
migrate: {
|
||||||
action: {
|
action: {
|
||||||
single: msg`Migrate`,
|
single: msg`Migrate`,
|
||||||
selected: msg`Migrate`, // not supported
|
selected: msg`Migrate selected`,
|
||||||
},
|
},
|
||||||
success: msg`Successfully migrated manga`,
|
success: msg`Successfully migrated manga`,
|
||||||
error: msg`Could not migrate manga`,
|
error: msg`Could not migrate manga`,
|
||||||
|
|||||||
@@ -2322,6 +2322,10 @@ msgstr "Migrate"
|
|||||||
msgid "Migrate \"{0}\""
|
msgid "Migrate \"{0}\""
|
||||||
msgstr "Migrate \"{0}\""
|
msgstr "Migrate \"{0}\""
|
||||||
|
|
||||||
|
#: src/features/manga/Manga.constants.ts
|
||||||
|
msgid "Migrate selected"
|
||||||
|
msgstr "Migrate selected"
|
||||||
|
|
||||||
#: src/features/migration/screens/MigrationExecute.tsx
|
#: src/features/migration/screens/MigrationExecute.tsx
|
||||||
msgid "Migrating"
|
msgid "Migrating"
|
||||||
msgstr "Migrating"
|
msgstr "Migrating"
|
||||||
|
|||||||
Reference in New Issue
Block a user