File tree 2 files changed +4
-2
lines changed
frontend/src/Movie/Details
src/NzbDrone.Core/Localization/Core
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ class MovieDetails extends Component {
320
320
/>
321
321
322
322
< PageToolbarButton
323
- label = { translate ( 'ManualImport ' ) }
324
- iconName = { icons . INTERACTIVE }
323
+ label = { translate ( 'ManageFiles ' ) }
324
+ iconName = { icons . MOVIE_FILE }
325
325
onPress = { this . onInteractiveImportPress }
326
326
/>
327
327
@@ -704,6 +704,7 @@ class MovieDetails extends Component {
704
704
< InteractiveImportModal
705
705
isOpen = { isInteractiveImportModalOpen }
706
706
movieId = { id }
707
+ modalTitle = { translate ( 'ManageFiles' ) }
707
708
folder = { path }
708
709
allowMovieChange = { false }
709
710
showFilterExistingFiles = { true }
Original file line number Diff line number Diff line change 611
611
"MaintenanceRelease" : " Maintenance Release: bug fixes and other improvements. See Github Commit History for more details" ,
612
612
"ManageClients" : " Manage Clients" ,
613
613
"ManageDownloadClients" : " Manage Download Clients" ,
614
+ "ManageFiles" : " Manage Files" ,
614
615
"ManageImportLists" : " Manage Import Lists" ,
615
616
"ManageIndexers" : " Manage Indexers" ,
616
617
"ManageLists" : " Manage Lists" ,
You can’t perform that action at this time.
0 commit comments