We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b06260 commit bd99c8aCopy full SHA for bd99c8a
packet/notifications.py
@@ -48,7 +48,7 @@ def packet_signed_notification(packet: Packet, signer: str) -> None:
48
subscriptions = NotificationSubscription.query.filter_by(freshman_username=packet.freshman_username)
49
if subscriptions:
50
notification_body = post_body
51
- notification_body['contents']['en'] = signer + " signed your packet!"
+ notification_body['contents']['en'] = signer + ' signed your packet!'
52
notification_body['headings']['en'] = 'New Packet Signature!'
53
notification_body['chrome_web_icon'] = 'https://profiles.csh.rit.edu/image/' + signer
54
notification_body['url'] = app.config['PROTOCOL'] + app.config['PACKET_INTRO']
0 commit comments