1
0
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:
Bogdan
2025-06-04 18:54:09 +03:00
parent 15c34a61de
commit 73b99d0be2
2 changed files with 2 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ class CollectionOverview extends Component {
size={13}
/>
<span className={styles.status}>
{`${missingMovies} missing movie(s)`}
{translate('CountMissingMoviesFromLibrary', { count: missingMovies })}
</span>
</Label>