diff --git a/apprise/plugins/NotifyFCM.py b/apprise/plugins/NotifyFCM.py index 2f1e5f80..483f7d66 100644 --- a/apprise/plugins/NotifyFCM.py +++ b/apprise/plugins/NotifyFCM.py @@ -218,7 +218,7 @@ class NotifyFCM(NotifyBase): except requests.RequestException as e: self.logger.warning( - 'A Connection error occurred sending Techulus Push ' + 'A Connection error occurred sending FCM ' 'notification.' ) self.logger.debug('Socket Exception: %s', str(e))