From 72bf3b2569660b8e19918368305ecec7b298c5ee Mon Sep 17 00:00:00 2001 From: Spencer Murray <62224025+spalmurray@users.noreply.github.com> Date: Tue, 12 Sep 2023 20:43:50 +0000 Subject: [PATCH] fix(discord): Remove exclamation mark from Discord identity linked message (#55162) Small wording update --- src/sentry/templates/sentry/integrations/discord/linked.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sentry/templates/sentry/integrations/discord/linked.html b/src/sentry/templates/sentry/integrations/discord/linked.html index 0e53d76977eed7..4ec0bd00bcd2d5 100644 --- a/src/sentry/templates/sentry/integrations/discord/linked.html +++ b/src/sentry/templates/sentry/integrations/discord/linked.html @@ -8,7 +8,7 @@ {% block main %}

- {% trans "Your Discord account has been associated with your Sentry account. You may now take actions through Discord!" %} + {% trans "Your Discord account has been associated with your Sentry account. You may now take Sentry actions through Discord." %}

{% endblock %}