Cleanup appName tokens

Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com>
This commit is contained in:
Bogdan
2023-11-19 22:32:43 +02:00
parent 26a657fa77
commit d7927f60fe
39 changed files with 481 additions and 481 deletions
@@ -140,8 +140,8 @@ class SecuritySettings extends Component {
type={inputTypes.SELECT}
name="authenticationMethod"
values={authenticationMethodOptions}
helpText={translate('AuthenticationMethodHelpText', { appName: 'Prowlarr' })}
helpTextWarning={translate('AuthenticationRequiredWarning', { appName: 'Prowlarr' })}
helpText={translate('AuthenticationMethodHelpText')}
helpTextWarning={translate('AuthenticationRequiredWarning')}
onChange={onInputChange}
{...authenticationMethod}
/>