1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Sort translations alphabetically

This commit is contained in:
Bogdan
2023-05-08 11:50:41 +03:00
parent 8b958708da
commit b7419c31df
2 changed files with 96 additions and 96 deletions
@@ -124,7 +124,7 @@ function MovieIndexPosterOptionsModalContent(
type={inputTypes.CHECK}
name="showCinemaRelease"
value={showCinemaRelease}
helpText={translate('showCinemaReleaseHelpText')}
helpText={translate('ShowCinemaReleaseHelpText')}
onChange={onPosterOptionChange}
/>
</FormGroup>