mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-23 00:07:07 +00:00
Renamed Manual Import on series details page
This commit is contained in:
parent
db41104d9b
commit
50a968ace8
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue