From 486ddb55b26bb6dbf36a7dea11377062a8f81881 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 17 Oct 2016 22:24:45 -0700 Subject: [PATCH] Change wording --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index d742c17a..8e10d584 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2421,7 +2421,7 @@ class SLACK(Notifier): }, {'label': 'Slack Color', 'value': self.config['color'], - 'description': 'The hex value color (begins with \'#\') for the border along the left side of the message attachment.', + 'description': 'The hex color value (begins with \'#\') for the border along the left side of the message attachment.', 'name': 'slack_color', 'input_type': 'text' },