mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Add translation for missing movies count from collection
This commit is contained in:
@@ -196,7 +196,7 @@ class CollectionOverview extends Component {
|
||||
size={13}
|
||||
/>
|
||||
<span className={styles.status}>
|
||||
{`${missingMovies} missing movie(s)`}
|
||||
{translate('CountMissingMoviesFromLibrary', { count: missingMovies })}
|
||||
</span>
|
||||
</Label>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user