mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
Renamed Manual Import on series details page
This commit is contained in:
parent
db41104d9b
commit
50a968ace8
@ -79,7 +79,7 @@
|
||||
}
|
||||
|
||||
.addNewSeriesSuggestion {
|
||||
padding: 0 3px;
|
||||
padding: 5px 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
@ -280,7 +280,7 @@ class SeriesDetails extends Component {
|
||||
/>
|
||||
|
||||
<PageToolbarButton
|
||||
label="Manual Import"
|
||||
label="Manual File Import"
|
||||
iconName={icons.INTERACTIVE}
|
||||
onPress={this.onInteractiveImportPress}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user