From bb5deb236a2282e4f2853d581252978294e367c1 Mon Sep 17 00:00:00 2001 From: Skander Mzali Date: Wed, 14 Feb 2024 12:27:49 -0800 Subject: [PATCH] Update unsubscribe link to just the word 'unsubscribe' for better visibility by email providers --- server/lib/orcasite/notifications/email.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/lib/orcasite/notifications/email.ex b/server/lib/orcasite/notifications/email.ex index 5056801f..fbfab2ed 100644 --- a/server/lib/orcasite/notifications/email.ex +++ b/server/lib/orcasite/notifications/email.ex @@ -85,7 +85,7 @@ defmodule Orcasite.Notifications.Email do {{#if unsubscribe_token }} - If you no longer wish to receive these emails, you can unsubscribe here. + If you no longer wish to receive these emails, you can unsubscribe. {{/if}} @@ -161,7 +161,7 @@ defmodule Orcasite.Notifications.Email do {{#if unsubscribe_token }} If you no longer wish to receive these emails,
- you can unsubscribe here. + you can unsubscribe.
{{/if}}