Skip to content

Commit

Permalink
Update Email Subject
Browse files Browse the repository at this point in the history
Update email subject
  • Loading branch information
dyuvaraaj committed Sep 17, 2024
1 parent b768b05 commit a0691d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NotificationSystem/Template/EmailTemplate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private static string GetSubscriberEmailHtml(List<JObject> messages)
<body>
<div class='card'>
<h1>
Southern Resident Killer Whale Spotted
Southern Resident Killer Whale Detected
</h1>
<p>
Dear subscriber, a Southern Resident Killer Whale was most recently detected at around {timeString} PDT.
Expand All @@ -47,7 +47,7 @@ Please be mindful of their presence when travelling in the areas below.
</p>
</div>
<footer>
In partnership with Microsoft AI 4 Earth, Orca Sound and Orca Conservancy.
In partnership with Microsoft AI 4 Earth, Orcasound and Orca Conservancy.
</footer>
</body>
";
Expand Down Expand Up @@ -109,13 +109,13 @@ private static string GetModeratorEmailHtml(DateTime? timestamp, string location
<body>
<div class='card'>
<h1>
Orca Call Identified
Orca Call Candidate
</h1>
<p>
Dear moderator, a potential Southern Resident Killer Whale call was detected on {timeString} PDT at {location} location.
</p>
<p>
This is a request for your moderation to confirm whether the sound belongs to a Southern Resident Killer Whale on the portal below.
This is a request for your moderation to confirm whether the sound was produced by Southern Resident Killer Whale on the portal below.
</p>
<hr/>
<h2>
Expand All @@ -131,7 +131,7 @@ Go to portal
<footer>
<br>
<center>
In partnership with Microsoft AI 4 Earth, Orca Sound and Orca Conservancy.
In partnership with Microsoft AI 4 Earth, Orcasound and Orca Conservancy.
</center>
</footer>
</body>
Expand Down

0 comments on commit a0691d0

Please sign in to comment.