Add missing app name token for translations

pull/9102/head
Bogdan 9 months ago
parent 2210ce9394
commit 27f45b8fd6

@ -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…
Cancel
Save