Skip to content

Commit 4734303

Browse files
author
Damien Detcherry
committed
A few wording changes
1 parent 0c5821a commit 4734303

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

delete_capturio.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def receive(self, message):
4141
logging.info("%s" % url)
4242

4343
self.responseMail = mail.EmailMessage(
44-
sender = "Capturio's crew <crew@captur.io>",
44+
sender = "Capturio crew <crew@captur.io>",
4545
to = self.senderMail,
4646
subject = "[Deletion] Please confirm to remove your information from Captur.io",
4747
body = """
@@ -51,7 +51,7 @@ def receive(self, message):
5151
5252
We hope to see you again soon!
5353
54-
Captur.io's crew
54+
Captur.io crew
5555
""" % (url)
5656
)
5757

get_capturio_mail.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ def sendResponse(self, typeOfResponse, attachments = None, label = None, mail =
5252
Hey,
5353
"""
5454
signature = """
55-
Ping us soon again!
55+
Ping us again, soon!
5656
5757
Captur.io crew
5858
59-
PS: If your vcard is not associated yet with one of your personal object, just send both to post@captur.io. For more information, go to http://captur.io
59+
PS: If your vcard is not associated yet with one of your personal objects, just send both to post@captur.io. For more information, go to http://captur.io
6060
"""
6161

6262
self.responseMail.body = hello + self.responseMail.body + signature
@@ -70,13 +70,13 @@ def sendAlert(self, typeOfResponse, attachments = None, label = None, mail = Non
7070
if(typeOfResponse == "justCapturedRequesterWithVcard"):
7171
self.responseMail.subject = "[Vcard attached] You have been captured by another person on Captur.io"
7272
self.responseMail.body = """
73-
The following person: %s (%s) captured you with Capturio! He just receives your vcard because you have probably shown him your Capturio object! Please find also attached his own vcard.
73+
The following person: %s (%s) captured you with Capturio! He just received your vcard because you have probably shown him your Capturio object! Please find also attached his own vcard.
7474
""" % (label, mail)
7575
self.responseMail.attachments = attachments
7676
elif(typeOfResponse == "justCapturedRequesterWithoutVcard"):
7777
self.responseMail.subject = "You have been captured by another person on Captur.io"
7878
self.responseMail.body = """
79-
The following person: %s (%s) captured you with Capturio! He just receives your vcard because you have probably shown him your Capturio object!
79+
The following person: %s (%s) captured you with Capturio! He just received your vcard because you have probably shown him your Capturio object!
8080
""" % (label, mail)
8181

8282
hello = """

post_capturio_mail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def sendResponse(self, typeOfResponse, URL = ""):
7171
hello = """Hey,
7272
"""
7373
signature = """
74-
Ping us soon again!
74+
Ping us again, soon!
7575
7676
Capturio crew
7777
"""

0 commit comments

Comments
 (0)