mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
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:
parent
f745b7bdbe
commit
e73936184b
7 changed files with 14 additions and 14 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
|
@ -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>©</span>
|
||||
<span>2010-2017</span>
|
||||
<span>2010-2018</span>
|
||||
<span>-</span>
|
||||
<span>Lidarr</span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue