Fixed: Change Host GUID, other Sonarr references (#307)

* Fixed: Change Host GUID, other Sonarr references

* fixup! Random GUID and Copyright Year
This commit is contained in:
Qstick 2018-04-21 14:34:31 -04:00 committed by GitHub
parent f745b7bdbe
commit e73936184b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 14 deletions

View file

@ -86,7 +86,7 @@ function IndexerOptions(props) {
min={0}
helpText="Interval in minutes. Set to zero to disable (this will stop all automatic release grabbing)"
helpTextWarning="This will apply to all indexers, please follow the rules set forth by them"
helpLink="https://github.com/Sonarr/Sonarr/wiki/RSS-Sync"
helpLink="https://github.com/Lidarr/Lidarr/wiki/RSS-Sync"
onChange={onInputChange}
{...settings.rssSyncInterval}
/>

View file

@ -189,7 +189,7 @@
<label for="rememberMe">Remember Me</label>
</span>
<a href="https://github.com/Sonarr/Sonarr/wiki/Forgot-my-Password" class="forgot-password">Forgot your password?</a>
<a href="https://github.com/Lidarr/Lidarr/wiki/Forgot-my-Password" class="forgot-password">Forgot your password?</a>
</div>
<button type="submit" class="button">Login</button>
@ -202,7 +202,7 @@
<div class="copy">
<span>&copy;</span>
<span>2010-2017</span>
<span>2010-2018</span>
<span>-</span>
<span>Lidarr</span>
</div>