mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Fix typo in notification exclusion tag usage modal
This commit is contained in:
parent
9865460fe5
commit
ebae628d8d
1 changed files with 1 additions and 1 deletions
|
@ -1412,7 +1412,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
|
||||||
<div>
|
<div>
|
||||||
<p class="help-block">All text inside a <strong>music</strong> tag will only be sent when the media item being played back is a music track.</p>
|
<p class="help-block">All text inside a <strong>music</strong> tag will only be sent when the media item being played back is a music track.</p>
|
||||||
<p><strong style="color: #fff;">Example:</strong></p>
|
<p><strong style="color: #fff;">Example:</strong></p>
|
||||||
<pre>{user} has started playing {title} <music>(Track {episode_num})</music></pre>
|
<pre>{user} has started playing {title} <music>(Track {track_num})</music></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue