1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Cleanup appName tokens

Co-authored-by: Stevie Robinson <stevie.robinson@gmail.com>

Closes #9430
This commit is contained in:
Bogdan
2023-11-19 21:14:48 +02:00
parent 10f5f3c5c8
commit 14b4b5e122
10 changed files with 14 additions and 14 deletions
@@ -140,8 +140,8 @@ class SecuritySettings extends Component {
type={inputTypes.SELECT}
name="authenticationMethod"
values={authenticationMethodOptions}
helpText={translate('AuthenticationMethodHelpText', { appName: 'Radarr' })}
helpTextWarning={translate('AuthenticationRequiredWarning', { appName: 'Radarr' })}
helpText={translate('AuthenticationMethodHelpText')}
helpTextWarning={translate('AuthenticationRequiredWarning')}
onChange={onInputChange}
{...authenticationMethod}
/>