Fixed: Incorrect translation key on MoveMovieModal

pull/5416/head
Qstick 4 years ago
parent 17f8eb3aae
commit f55e44c591

@ -47,8 +47,8 @@ function MoveMovieModal(props) {
<ModalBody>
{
destinationRootFolder ?
translate('MovieFolders1', [destinationRootFolder]) :
translate('MovieFolders2', [originalPath, destinationPath])
translate('MoveFolders1', [destinationRootFolder]) :
translate('MoveFolders2', [originalPath, destinationPath])
}
{
destinationRootFolder ?

@ -535,6 +535,7 @@
"MountCheckMessage": "Mount containing a movie path is mounted read-only: ",
"MoveFiles": "Move Files",
"MoveFolders1": "Would you like to move the movie folders to '{0}' ?",
"MoveFolders2": "Would you like to move the movie files from '{0}' to '{1}' ?",
"Movie": "Movie",
"MovieAlreadyExcluded": "Movie already Excluded",
"MovieAvailableButMissing": "Movie Available, but Missing",
@ -546,7 +547,6 @@
"MovieFiles": "Movie Files",
"MovieFilesTotaling": "Movie Files Totaling",
"MovieFolderFormat": "Movie Folder Format",
"MovieFolders2": "Would you like to move the movie files from '{0}' to '{1}' ?",
"MovieHasntReleasedYet": "Movie hasn't released yet",
"MovieID": "Movie ID",
"MovieIndex": "Movie Index",

Loading…
Cancel
Save