Fixed: Incorrect translation key on MoveMovieModal

This commit is contained in:
Qstick 2020-11-26 23:46:33 -05:00
parent 17f8eb3aae
commit f55e44c591
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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",