mirror of https://github.com/Sonarr/Sonarr
Fixed: Warning for search all
This commit is contained in:
parent
1f14276770
commit
d0efdc6c62
|
@ -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>
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue