Skip to content

Commit

Permalink
Fixed: Incorrect translation key on MoveMovieModal
Browse files Browse the repository at this point in the history
  • Loading branch information
Qstick committed Nov 27, 2020
1 parent 17f8eb3 commit f55e44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/Movie/MoveMovie/MoveMovieModal.js
Expand Up @@ -47,8 +47,8 @@ function MoveMovieModal(props) {
<ModalBody>
{
destinationRootFolder ?
translate('MovieFolders1', [destinationRootFolder]) :
translate('MovieFolders2', [originalPath, destinationPath])
translate('MoveFolders1', [destinationRootFolder]) :
translate('MoveFolders2', [originalPath, destinationPath])
}
{
destinationRootFolder ?
Expand Down
2 changes: 1 addition & 1 deletion src/NzbDrone.Core/Localization/Core/en.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f55e44c

Please sign in to comment.