mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
Fix translation for Custom Colon Replacement label
This commit is contained in:
parent
a7cb264cc8
commit
8bf0298227
@ -266,7 +266,7 @@ class Naming extends Component {
|
|||||||
{
|
{
|
||||||
replaceIllegalCharacters && settings.colonReplacementFormat.value === 5 ?
|
replaceIllegalCharacters && settings.colonReplacementFormat.value === 5 ?
|
||||||
<FormGroup>
|
<FormGroup>
|
||||||
<FormLabel>{translate('ColonReplacement')}</FormLabel>
|
<FormLabel>{translate('CustomColonReplacement')}</FormLabel>
|
||||||
|
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.TEXT}
|
type={inputTypes.TEXT}
|
||||||
|
Loading…
Reference in New Issue
Block a user