From a4a808dac830550f8f99d8b2701897544d8eb865 Mon Sep 17 00:00:00 2001 From: Matthew Stanciu Date: Wed, 15 Jan 2020 21:25:58 -0500 Subject: [PATCH] Make checkin messages clearer --- src/utils/transcript.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/transcript.yml b/src/utils/transcript.yml index e81ed2d3..83f810ff 100644 --- a/src/utils/transcript.yml +++ b/src/utils/transcript.yml @@ -138,10 +138,10 @@ checkinNotification: Hey! My calendar shows you had a meeting recently. ${this.t('checkinNotification.content')} content: | - - If you *did* meet, reply to this thread with "15" (but with the number of members you did have). + - If you *did* meet, reply to this thread with the number of members you had (e.g. "15"). threadDetails: | - - if you *didn't* meet, go ahead and reply to this thread with "no". - - if you *won't* meet for a while, go ahead and reply with "a month from today at 2 pm" (but with the time of your next meeting). + - if you *didn't* meet, reply to this thread with "no". + - if you *won't* meet for a while, reply with the day/time of your next meeting (e.g. "a month from today at 2 pm"). log: lookingForPOC: "*Running checkin on channel '${this.channel}' with no default leader, I'll look for a default leader now!*" foundPOC: "*Found a POC! I'll post a checkin notification in channel '${this.channel}' & tag the POC: '${this.user}'!*"