Add missing app name token for translation

This commit is contained in:
Bogdan 2023-08-29 03:18:11 +03:00
parent 60ca0db26f
commit 80da5ce165

View file

@ -139,7 +139,7 @@ class SecuritySettings extends Component {
type={inputTypes.SELECT}
name="authenticationMethod"
values={authenticationMethodOptions}
helpText={translate('AuthenticationMethodHelpText')}
helpText={translate('AuthenticationMethodHelpText', { appName: 'Prowlarr' })}
helpTextWarning={translate('AuthenticationRequiredWarning', { appName: 'Prowlarr' })}
onChange={onInputChange}
{...authenticationMethod}