From ce3f979114bf23a910085e1ace2adc5b60a0bf78 Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Sat, 3 Nov 2018 17:37:09 -0400 Subject: [PATCH] Better wording on un-sign-off message --- job_signoff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job_signoff.py b/job_signoff.py index 656288a..1a3d424 100644 --- a/job_signoff.py +++ b/job_signoff.py @@ -110,7 +110,7 @@ def punish_callback(slack, msg, match): alert_user(slack, bro_name, "You, who we believe to be {}, just had your house job UN-signed off by {}.\n" "Perhaps the asshoman made a mistake when they first signed you off.\n" - "If you believe this to be a mistake, talk to them".format(bro_name, signer)) + "If you believe that they undid the signoff accidentally, go talk to them".format(bro_name, signer)) except BadName as e: # We didn't find a name - no action was performed.