1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Update translation keys to be Sonarr specific

This commit is contained in:
Stevie Robinson
2023-11-19 20:34:32 +01:00
committed by GitHub
parent 0bfa7aed83
commit 7464c09a46
53 changed files with 364 additions and 362 deletions
@@ -101,7 +101,7 @@ function SeriesIndexPosterOptionsModalContent(
type={inputTypes.CHECK}
name="showTitle"
value={showTitle}
helpText={translate('ShowTitleHelpText')}
helpText={translate('ShowSeriesTitleHelpText')}
onChange={onPosterOptionChange}
/>
</FormGroup>