1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fix missing translations and correct some keys

This commit is contained in:
Stevie Robinson
2023-08-29 04:27:47 +02:00
committed by GitHub
parent 36c7c79b9e
commit ce4ac75941
9 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class QueueOptions extends Component {
type={inputTypes.CHECK}
name="includeUnknownSeriesItems"
value={includeUnknownSeriesItems}
helpText={translate('ShownUnknownSeriesItemsHelpText')}
helpText={translate('ShowUnknownSeriesItemsHelpText')}
onChange={this.onOptionChange}
/>
</FormGroup>