diff --git a/workers/email/src/templates/emails/events-limit-almost-reached/html.twig b/workers/email/src/templates/emails/events-limit-almost-reached/html.twig
index 05dd0c35..d5b3a1d1 100644
--- a/workers/email/src/templates/emails/events-limit-almost-reached/html.twig
+++ b/workers/email/src/templates/emails/events-limit-almost-reached/html.twig
@@ -14,7 +14,7 @@
- Warning of the Used Volume
+ You’re almost out of your error tracking limit
|
@@ -22,15 +22,17 @@
|
- You've used {{ eventsCount }} of {{ eventsLimit }} events available on {{ workspace.name | escape }} workspace.
+ You’ve used {{ eventsCount }} of {{ eventsLimit }} events this month in the {{ workspace.name | escape }} workspace.
- Increase used volume and don't miss the new ones.
+ Your project is growing — that’s awesome! Let’s make sure you don’t miss any important errors.
+
+ Upgrade your plan to stay on top of everything.
|
|
- {% include '../../components/button.twig' with {href: host ~ '/workspace/' ~ workspace._id ~ '/settings/volume', label: 'Go to event usage settings'} %}
+ {% include '../../components/button.twig' with {href: host ~ '/workspace/' ~ workspace._id ~ '/settings/billing', label: 'Increase limit — from 99₽'} %}
|
{% endblock %}
diff --git a/workers/email/src/templates/emails/events-limit-almost-reached/subject.twig b/workers/email/src/templates/emails/events-limit-almost-reached/subject.twig
index 4a43e8b9..7acf1826 100644
--- a/workers/email/src/templates/emails/events-limit-almost-reached/subject.twig
+++ b/workers/email/src/templates/emails/events-limit-almost-reached/subject.twig
@@ -1 +1 @@
-Warning of the Used Volume for workspace {{ workspace.name | escape }}!
+You’re almost out of error tracking events in {{ workspace.name }} workspace
\ No newline at end of file
diff --git a/workers/email/src/templates/emails/events-limit-almost-reached/text.twig b/workers/email/src/templates/emails/events-limit-almost-reached/text.twig
index 8e2cc7f0..c6c41314 100644
--- a/workers/email/src/templates/emails/events-limit-almost-reached/text.twig
+++ b/workers/email/src/templates/emails/events-limit-almost-reached/text.twig
@@ -1,6 +1,8 @@
-You've used {{ eventsCount }} of {{ eventsLimit }} events available on {{ workspace.name | escape }} workspace plan.
+You’ve used {{ eventsCount }} of {{ eventsLimit }} events this month in the {{ workspace.name | escape }} workspace.
-Upgrade the plan and don't miss the new ones: {{ host }}/workspace/{{ workspace._id }}/settings/billing
+Your project is growing — that’s awesome! Let’s make sure you don’t miss any important errors.
+
+Upgrade your plan to stay on top of everything: {{ host }}/workspace/{{ workspace._id }}/settings/billing
***