mirror of
https://github.com/Radarr/Radarr
synced 2024-12-25 01:11:43 +00:00
parent
947b9e75db
commit
b1e3638b34
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@ class MovieIndexFooter extends PureComponent {
|
|||
|
||||
<div className={styles.legendItem}>
|
||||
<div className={styles.missingMonitored} />
|
||||
<div>Missing, but not Monitored</div>
|
||||
<div>Missing, Monitored and considered Available</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.legendItem}>
|
||||
<div className={styles.missingUnmonitored} />
|
||||
<div>Missing, Monitored and considered Available</div>
|
||||
<div>Missing, not Monitored</div>
|
||||
</div>
|
||||
|
||||
<div className={styles.legendItem}>
|
||||
|
|
Loading…
Reference in a new issue