mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +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}
|
||||
onPress={onImportSelectedPress}
|
||||
>
|
||||
{translate('Import')}
|
||||
{folder ? translate('Apply') : translate('Import')}
|
||||
</Button>
|
||||
</div>
|
||||
</ModalFooter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue