Wording changes

Signed-off-by: Gianfranco <gianfry94@hotmail.it>
This commit is contained in:
Gianfranco 2020-09-14 20:26:27 +02:00
parent 21799116c5
commit f07bcca96a

View file

@ -3469,10 +3469,10 @@ class TELEGRAM(Notifier):
'description': 'Disables automatic link previews for links in the message', 'description': 'Disables automatic link previews for links in the message',
'input_type': 'checkbox' 'input_type': 'checkbox'
}, },
{'label': 'Enable Silent Messages', {'label': 'Enable Silent Notifications',
'value': self.config['silent_message'], 'value': self.config['silent_message'],
'name': 'telegram_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' 'input_type': 'checkbox'
} }
] ]