Fixed: Warning for search all

This commit is contained in:
Mark McDowall 2022-08-07 12:51:12 -07:00
parent 1f14276770
commit d0efdc6c62
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ class CutoffUnmet extends Component {
Are you sure you want to search for all {totalRecords} Cutoff Unmet episodes?
</div>
<div>
This cannot be cancelled once started without restarting Sonarr.
This cannot be cancelled once started without restarting Sonarr or disabling all of your indexers.
</div>
</div>
}

View File

@ -265,7 +265,7 @@ class Missing extends Component {
Are you sure you want to search for all {totalRecords} missing episodes?
</div>
<div>
This cannot be cancelled once started without restarting Sonarr.
This cannot be cancelled once started without restarting Sonarr or disabling all of your indexers.
</div>
</div>
}