Some typos

This commit is contained in:
JonnyWong16 2016-10-15 00:34:36 -07:00 committed by JonnyWong16
parent 1b42f95643
commit 6737f45948
2 changed files with 7 additions and 7 deletions

View file

@ -118,14 +118,14 @@
<div role="tabpanel" class="tab-pane" id="tabs-notify_text"> <div role="tabpanel" class="tab-pane" id="tabs-notify_text">
<p class="help-block"> <p class="help-block">
% if notifier['agent_name'] == 'scripts': % if notifier['agent_name'] == 'scripts':
Set the custom arguments passed to the script for each type of notification.<br /> Set the custom arguments passed to the script for each type of notification.
% else: % else:
Set the custom formatted text for each type of notification.<br /> Set the custom formatted text for each type of notification.
% endif % endif
<a href="#notify-text-sub-modal" data-toggle="modal">Click here</a> for a list of available parameters which can be used. <a href="#notify-text-sub-modal" data-toggle="modal">Click here</a> for a list of available parameters which can be used.
</p> </p>
<p class="help-block"> <p class="help-block">
You can also add tags to exclude certain text depending on the media type.<br /> You can also add tags to exclude certain text depending on the media type.
<a href="#notify-text-tags-modal" data-toggle="modal">Click here</a> to view usage information. <a href="#notify-text-tags-modal" data-toggle="modal">Click here</a> to view usage information.
</p> </p>
<br /> <br />

View file

@ -1902,18 +1902,18 @@
</div> </div>
<div style="padding-bottom: 10px;"> <div style="padding-bottom: 10px;">
<p class="help-block">All text inside <span class="inline-pre">&lt;show&gt;&lt;/show&gt;</span>/<span class="inline-pre">&lt;season&gt;&lt;/season&gt;</span>/<span class="inline-pre">&lt;episode&gt;&lt;/episode&gt;</span> <p class="help-block">All text inside <span class="inline-pre">&lt;show&gt;&lt;/show&gt;</span>/<span class="inline-pre">&lt;season&gt;&lt;/season&gt;</span>/<span class="inline-pre">&lt;episode&gt;&lt;/episode&gt;</span>
tags will only be sent when the media item is an show/season/episode.</p> tags will only be sent when the media item is a show/season/episode.</p>
<p><strong style="color: #fff;">Example:</strong></p> <p><strong style="color: #fff;">Example:</strong></p>
<pre>&lt;show&gt;{show_name}&lt;/show&gt;&lt;seasom&gt;{show_name} - Season {season_num}&lt;/season&gt;&lt;episode&gt;{show_name} - S{season_num}E{episode_num} - {episode_name}&lt;/episode&gt; was recently added to Plex.</pre> <pre>{show_name}&lt;season&gt; - Season {season_num}&lt;/season&gt;&lt;episode&gt; - S{season_num}E{episode_num} - {episode_name}&lt;/episode&gt; was recently added to Plex.</pre>
</div> </div>
<div> <div>
<h4>Artist / Album / Track Tag</h4> <h4>Artist / Album / Track Tag</h4>
</div> </div>
<div> <div>
<p class="help-block">All text inside <span class="inline-pre">&lt;artist&gt;&lt;/artist&gt;</span>/<span class="inline-pre">&lt;album&gt;&lt;/album&gt;</span>/<span class="inline-pre">&lt;track&gt;&lt;/track&gt;</span> <p class="help-block">All text inside <span class="inline-pre">&lt;artist&gt;&lt;/artist&gt;</span>/<span class="inline-pre">&lt;album&gt;&lt;/album&gt;</span>/<span class="inline-pre">&lt;track&gt;&lt;/track&gt;</span>
tags will only be sent when the media item is a track.</p> tags will only be sent when the media item is an artist/album/track.</p>
<p><strong style="color: #fff;">Example:</strong></p> <p><strong style="color: #fff;">Example:</strong></p>
<pre>&lt;artist&gt;{artist_name}&lt;/artist&gt;&lt;album&gt;{artist_name} - {album_name}&lt;/album&gt;&lt;track&gt;{artist_name} - {album_name} - {track_name}&lt;/track&gt; was recently added to Plex.</pre> <pre>{artist_name}&lt;album&gt; - {album_name}&lt;/album&gt;&lt;track&gt; - {album_name} - {track_name}&lt;/track&gt; was recently added to Plex.</pre>
</div> </div>
</div> </div>
</div> </div>