From 722fa893aecfa19acc294cab5b2efc7f4cd89b53 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 27 Feb 2019 14:56:01 +0100 Subject: [PATCH 1/1] English fixes --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 046ce98..63ee2b5 100644 --- a/app.py +++ b/app.py @@ -208,5 +208,5 @@ def tell_coffeebot(): except: err = "No connection! No covfefe! We all die here!" if not res.ok: - err = "Slack don't like the request! It's discrimination!" + err = "Slack doesn't like our request! It's discrimination!" return err -- 2.39.2