mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-07 08:53:14 +01:00
Change Manage Episodes import button to Apply
This commit is contained in:
parent
6629ebc6e0
commit
a047053fae
1 changed files with 1 additions and 1 deletions
|
|
@ -956,7 +956,7 @@ function InteractiveImportModalContentInner(
|
||||||
isDisabled={!selectedIds.length || !!invalidRowsSelected.length}
|
isDisabled={!selectedIds.length || !!invalidRowsSelected.length}
|
||||||
onPress={onImportSelectedPress}
|
onPress={onImportSelectedPress}
|
||||||
>
|
>
|
||||||
{translate('Import')}
|
{folder ? translate('Apply') : translate('Import')}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</ModalFooter>
|
</ModalFooter>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue