From e6604fad23638349e61e57358bc5156726f841c6 Mon Sep 17 00:00:00 2001 From: Rajit Sarkar Date: Thu, 26 Sep 2024 12:42:14 -0400 Subject: [PATCH] CONCD-956 update the headers, descriptive text --- concordia/templates/emails/unusual_activity.html | 10 +++++----- concordia/templates/emails/unusual_activity.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/concordia/templates/emails/unusual_activity.html b/concordia/templates/emails/unusual_activity.html index c15d2d4ca..8fa3db6f7 100644 --- a/concordia/templates/emails/unusual_activity.html +++ b/concordia/templates/emails/unusual_activity.html @@ -1,15 +1,15 @@

{{ title }}

-Incidents of two or more transcriptions submitted within a single minute: +Transcription Incidents: 2 or more transcriptions submitted in 1 minute. - + {% for row in transcriptions %} @@ -27,11 +27,11 @@

{{ title }}

{% endfor %}
UserTransc. IncidentsIncidents User transcriptions

-Incidents of two or more transcriptions reviewed within a single minute: +Review Incidents: 2 or more transcriptions reviewed in 1 minute. - + {% for row in reviews %} diff --git a/concordia/templates/emails/unusual_activity.txt b/concordia/templates/emails/unusual_activity.txt index a0d0d6d5d..38a893530 100644 --- a/concordia/templates/emails/unusual_activity.txt +++ b/concordia/templates/emails/unusual_activity.txt @@ -1,11 +1,11 @@ {{ title }} -Incidents of two or more transcriptions submitted within a single minute: +Transcription Incidents: 2 or more transcriptions submitted in 1 minute. {% for row in transcriptions %} * {{ row.1 }} | {{ row.2 }} || {{ row.3 }} {% empty %} No transcriptions fell within the window. {% endfor %} -Incidents of two or more transcriptions reviewed within a single minute: +Review Incidents: 2 or more transcriptions reviewed in 1 minute. {% for row in reviews %} {{ row.1 }} | {{ row.2 }} | {{ row.3 }} {% empty %}
UserReview IncidentsIncidents User reviews