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