mirror of
https://github.com/Radarr/Radarr
synced 2025-12-15 21:03:27 +01:00
Add missing app name token for translations
This commit is contained in:
parent
2210ce9394
commit
27f45b8fd6
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ class SecuritySettings extends Component {
|
|||
type={inputTypes.SELECT}
|
||||
name="authenticationMethod"
|
||||
values={authenticationMethodOptions}
|
||||
helpText={translate('AuthenticationMethodHelpText')}
|
||||
helpTextWarning={translate('AuthenticationRequiredWarning')}
|
||||
helpText={translate('AuthenticationMethodHelpText', { appName: 'Radarr' })}
|
||||
helpTextWarning={translate('AuthenticationRequiredWarning', { appName: 'Radarr' })}
|
||||
onChange={onInputChange}
|
||||
{...authenticationMethod}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue