From 40a5ce087b52a7f9b940fed25a08c83aa8c94da4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 6 Jul 2014 22:19:45 +0200 Subject: [PATCH] Better label for Pushbullet settings --- couchpotato/core/notifications/pushbullet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/pushbullet.py b/couchpotato/core/notifications/pushbullet.py index 361294e..e9d4605 100644 --- a/couchpotato/core/notifications/pushbullet.py +++ b/couchpotato/core/notifications/pushbullet.py @@ -84,7 +84,8 @@ config = [{ }, { 'name': 'api_key', - 'label': 'User API Key' + 'label': 'Access Token', + 'description': 'Can be found on Account Settings', }, { 'name': 'devices',