1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-21 23:33:00 +00:00

Fix translation for Custom Colon Replacement label

This commit is contained in:
Bogdan 2024-09-25 04:23:39 +03:00 committed by Mark McDowall
parent a7cb264cc8
commit 8bf0298227

View file

@ -266,7 +266,7 @@ class Naming extends Component {
{
replaceIllegalCharacters && settings.colonReplacementFormat.value === 5 ?
<FormGroup>
<FormLabel>{translate('ColonReplacement')}</FormLabel>
<FormLabel>{translate('CustomColonReplacement')}</FormLabel>
<FormInputGroup
type={inputTypes.TEXT}