mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 16:13:12 +01:00
grammar reference cleaned up
This commit is contained in:
parent
55fb17280e
commit
333926c359
@ -178,7 +178,7 @@ class NotifySNS(NotifyBase):
|
||||
|
||||
if len(self.phone) == 0 and len(self.topics) == 0:
|
||||
self.logger.warning(
|
||||
'There are no valid target identified to notify.')
|
||||
'There are no valid target(s) identified to notify.')
|
||||
|
||||
def send(self, body, title='', notify_type=NotifyType.INFO, **kwargs):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user