diff --git a/src/metabase/email/alert_stopped_working.mustache b/src/metabase/email/alert_stopped_working.mustache index 8fe2de49e19a37b705ee014c5e4bfa9a8eda2a00..41543efad150d1b5ddbf235b0c92c6da06efd094 100644 --- a/src/metabase/email/alert_stopped_working.mustache +++ b/src/metabase/email/alert_stopped_working.mustache @@ -1,3 +1,3 @@ {{> metabase/email/_header }} - <p>Alerts about {{questionName}} have stopped because {{deletionCause}}.</p> + <p>Alerts about <a href="{{questionURL}}">{{questionName}}</a> have stopped because {{deletionCause}}.</p> {{> metabase/email/_footer}} diff --git a/src/metabase/email/alert_you_were_added.mustache b/src/metabase/email/alert_you_were_added.mustache index ec4d73b3ba0a30720aae5dc1d2c06f275615fa5f..47c685bfee42d2701162e394a17b1a0b7bdfa554 100644 --- a/src/metabase/email/alert_you_were_added.mustache +++ b/src/metabase/email/alert_you_were_added.mustache @@ -1,5 +1,5 @@ {{> metabase/email/_header }} <p>You’re now getting alerts about <a href="{{questionURL}}">{{questionName}}</a>.</p> <p>We’ll send you an email {{alertCondition}}.</p> - <p>If you don’t want to receive these alerts, you can <a href="{{questionURL}}">go to this question</a> and unsubscribe from the menu in the top-right.</p> + <p>If you don’t want to receive these alerts, you can <a href="{{questionURL}}">go to this question</a> and unsubscribe by clicking the bell icon on the bottom right.</p> {{> metabase/email/_footer}}