File tree 4 files changed +4
-4
lines changed
src/sentry/templates/sentry/emails 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ <h2>{{ counts|length }} new alert{{ counts|pluralize }} from <a href="{{ project
34
34
< div class ="container ">
35
35
{% with rule_details=rules_details|get_item:rule.id snooze_alert_url=snooze_alert_urls|get_item:rule.id %}
36
36
{% if snooze_alert %}
37
- < a class ="mute " href ="{% absolute_uri snooze_alert_url %} "> Mute this alert</ a >
37
+ < a class ="mute " href ="{% absolute_uri snooze_alert_url %} "> Mute this alert for everyone </ a >
38
38
{% endif %}
39
39
This email was triggered by < a href ="{% absolute_uri rule_details.status_url %} "> {{ rule_details.label }}</ a >
40
40
{% endwith %}
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ <h3>Tags</h3>
191
191
192
192
< p class ="info-box ">
193
193
{% if snooze_alert %}
194
- < a class ='mute ' href ="{% absolute_uri snooze_alert_url %} "> Mute this alert</ a >
194
+ < a class ='mute ' href ="{% absolute_uri snooze_alert_url %} "> Mute this alert for everyone </ a >
195
195
{% endif %}
196
196
This email was triggered by
197
197
{% for rule in rules %}
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ <h5 style="margin-bottom: 12px;">
83
83
84
84
< p class ="info-box ">
85
85
{% if snooze_alert %}
86
- < a class ='mute ' href ="{{ snooze_alert_url }} "> Mute this alert</ a >
86
+ < a class ='mute ' href ="{{ snooze_alert_url }} "> Mute this alert for everyone </ a >
87
87
{% endif %}
88
88
This email was triggered by
89
89
< a href ="{{ link }} "> {{ incident_name }}</ a >
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ <h3>Tags</h3>
296
296
297
297
< p class ="info-box ">
298
298
{% if snooze_alert %}
299
- < a class ='mute ' href ="{% absolute_uri snooze_alert_url %} "> Mute this alert</ a >
299
+ < a class ='mute ' href ="{% absolute_uri snooze_alert_url %} "> Mute this alert for everyone </ a >
300
300
{% endif %}
301
301
This email was triggered by
302
302
{% for rule in rules %}
You can’t perform that action at this time.
0 commit comments