From 6737f45948cc0f121d99ec9a9401c10d6cb4cbc5 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 15 Oct 2016 00:34:36 -0700 Subject: [PATCH] Some typos --- data/interfaces/default/notifier_config.html | 6 +++--- data/interfaces/default/settings.html | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/interfaces/default/notifier_config.html b/data/interfaces/default/notifier_config.html index 60f2f3f9..5f8d3ad7 100644 --- a/data/interfaces/default/notifier_config.html +++ b/data/interfaces/default/notifier_config.html @@ -118,14 +118,14 @@

% if notifier['agent_name'] == 'scripts': - Set the custom arguments passed to the script for each type of notification.
+ Set the custom arguments passed to the script for each type of notification. % else: - Set the custom formatted text for each type of notification.
+ Set the custom formatted text for each type of notification. % endif Click here for a list of available parameters which can be used.

- You can also add tags to exclude certain text depending on the media type.
+ You can also add tags to exclude certain text depending on the media type. Click here to view usage information.


diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 4a4bef15..4624717a 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -1902,18 +1902,18 @@

All text inside <show></show>/<season></season>/<episode></episode> - tags will only be sent when the media item is an show/season/episode.

+ tags will only be sent when the media item is a show/season/episode.

Example:

-
<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.
+
{show_name}<season> - Season {season_num}</season><episode> - S{season_num}E{episode_num} - {episode_name}</episode> was recently added to Plex.

Artist / Album / Track Tag

All text inside <artist></artist>/<album></album>/<track></track> - tags will only be sent when the media item is a track.

+ tags will only be sent when the media item is an artist/album/track.

Example:

-
<artist>{artist_name}</artist><album>{artist_name} - {album_name}</album><track>{artist_name} - {album_name} - {track_name}</track> was recently added to Plex.
+
{artist_name}<album> - {album_name}</album><track> - {album_name} - {track_name}</track> was recently added to Plex.