diff --git a/couchpotato/core/media/movie/providers/automation/trakt/__init__.py b/couchpotato/core/media/movie/providers/automation/trakt/__init__.py index 839d960..b0e5cba 100644 --- a/couchpotato/core/media/movie/providers/automation/trakt/__init__.py +++ b/couchpotato/core/media/movie/providers/automation/trakt/__init__.py @@ -28,7 +28,8 @@ config = [{ { 'name': 'automation_oauth_refresh', 'label': 'Refresh Token', - 'description': 'Used to automatically refresh your oauth token every 3 months', + 'description': ('Used to automatically refresh your oauth token every 3 months', + 'To get a refresh token, reconnect with trakt'), 'advanced': 1 }, ],