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:
parent
a7cb264cc8
commit
8bf0298227
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue