From f07bcca96a0f7518e5e0dfa7fa570a3a3d1c8064 Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Mon, 14 Sep 2020 20:26:27 +0200 Subject: [PATCH] Wording changes Signed-off-by: Gianfranco --- plexpy/notifiers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 89bbd18a..b939a28d 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -3469,10 +3469,10 @@ class TELEGRAM(Notifier): 'description': 'Disables automatic link previews for links in the message', 'input_type': 'checkbox' }, - {'label': 'Enable Silent Messages', + {'label': 'Enable Silent Notifications', 'value': self.config['silent_message'], 'name': 'telegram_silent_message', - 'description': 'Sends the message silently. Users will receive a notification with no sound.', + 'description': 'Send notifications silently without any alert sounds.', 'input_type': 'checkbox' } ]