mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Fix typo on settings page
This commit is contained in:
parent
49b6965e8e
commit
b21c50dfcf
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" id="pms_is_remote" name="pms_is_remote" value="1" ${config['pms_is_remote']}> Remote Server
|
<input type="checkbox" id="pms_is_remote" name="pms_is_remote" value="1" ${config['pms_is_remote']}> Remote Server
|
||||||
</label>
|
</label>
|
||||||
<p class="help-block">Check this is your Plex Server is not on the same local network as PlexPy.</p>
|
<p class="help-block">Check this if your Plex Server is not on the same local network as PlexPy.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue