mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Some typos
This commit is contained in:
parent
1b42f95643
commit
6737f45948
2 changed files with 7 additions and 7 deletions
|
@ -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 />
|
||||||
|
|
|
@ -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"><show></show></span>/<span class="inline-pre"><season></season></span>/<span class="inline-pre"><episode></episode></span>
|
<p class="help-block">All text inside <span class="inline-pre"><show></show></span>/<span class="inline-pre"><season></season></span>/<span class="inline-pre"><episode></episode></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><show>{show_name}</show><seasom>{show_name} - Season {season_num}</season><episode>{show_name} - S{season_num}E{episode_num} - {episode_name}</episode> was recently added to Plex.</pre>
|
<pre>{show_name}<season> - Season {season_num}</season><episode> - S{season_num}E{episode_num} - {episode_name}</episode> 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"><artist></artist></span>/<span class="inline-pre"><album></album></span>/<span class="inline-pre"><track></track></span>
|
<p class="help-block">All text inside <span class="inline-pre"><artist></artist></span>/<span class="inline-pre"><album></album></span>/<span class="inline-pre"><track></track></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><artist>{artist_name}</artist><album>{artist_name} - {album_name}</album><track>{artist_name} - {album_name} - {track_name}</track> was recently added to Plex.</pre>
|
<pre>{artist_name}<album> - {album_name}</album><track> - {album_name} - {track_name}</track> was recently added to Plex.</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue