Update References and Links in General Settings

pull/6/head
Qstick 7 years ago
parent f3e55a236c
commit 4ccb625f18

@ -306,7 +306,7 @@ class GeneralSettings extends Component {
<FormInputGroup <FormInputGroup
type={inputTypes.CHECK} type={inputTypes.CHECK}
name="launchBrowser" name="launchBrowser"
helpText=" Open a web browser and navigate to Sonarr homepage on app start." helpText=" Open a web browser and navigate to Lidarr homepage on app start."
onChange={onInputChange} onChange={onInputChange}
{...launchBrowser} {...launchBrowser}
/> />
@ -325,7 +325,7 @@ class GeneralSettings extends Component {
type={inputTypes.SELECT} type={inputTypes.SELECT}
name="authenticationMethod" name="authenticationMethod"
values={authenticationMethodOptions} values={authenticationMethodOptions}
helpText="Require Username and Password to access Sonarr" helpText="Require Username and Password to access Lidarr"
helpTextWarning="Requires restart to take effect" helpTextWarning="Requires restart to take effect"
onChange={onInputChange} onChange={onInputChange}
{...authenticationMethod} {...authenticationMethod}
@ -542,7 +542,7 @@ class GeneralSettings extends Component {
type={inputTypes.TEXT} type={inputTypes.TEXT}
name="branch" name="branch"
helpText="Branch to use to update Lidarr" helpText="Branch to use to update Lidarr"
helpLink="https://github.com/Sonarr/Sonarr/wiki/Release-Branches" helpLink="https://github.com/lidarr/Lidarr/wiki/Release-Branches"
onChange={onInputChange} onChange={onInputChange}
{...branch} {...branch}
/> />
@ -577,8 +577,8 @@ class GeneralSettings extends Component {
type={inputTypes.SELECT} type={inputTypes.SELECT}
name="updateMechanism" name="updateMechanism"
values={updateOptions} values={updateOptions}
helpText="Use Sonarr's built-in updater or a script" helpText="Use Lidarr's built-in updater or a script"
helpLink="https://github.com/Sonarr/Sonarr/wiki/Updating" helpLink="https://github.com/lidarr/Lidarr/wiki/Updating"
onChange={onInputChange} onChange={onInputChange}
{...updateMechanism} {...updateMechanism}
/> />
@ -602,7 +602,7 @@ class GeneralSettings extends Component {
</FormGroup> </FormGroup>
} }
</div> </div>
} }
</FieldSet> </FieldSet>
} }
</Form> </Form>

Loading…
Cancel
Save