Fix typo in notification exclusion tag usage modal

This commit is contained in:
JonnyWong16 2016-02-07 23:23:36 -08:00
parent 9865460fe5
commit ebae628d8d

View file

@ -1412,7 +1412,7 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
<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><strong style="color: #fff;">Example:</strong></p>
<pre>{user} has started playing {title} &lt;music&gt;(Track {episode_num})&lt;/music&gt;</pre>
<pre>{user} has started playing {title} &lt;music&gt;(Track {track_num})&lt;/music&gt;</pre>
</div>
</div>
</div>