Skip to content

Commit 5cbe119

Browse files
committed
Update assignee email templates wording
Revised the message in both HTML and text email templates to clarify that the recipient is assigned as responsible for fixing a bug in the project, instead of just processing an event.
1 parent cab4f71 commit 5cbe119

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workers/email/src/templates/emails/assignee/html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% else %}
2020
{{ whoAssigned.email }}
2121
{% endif %}
22-
поручил вам обработать событие
22+
назначил вас ответственным за исправление ошибки в проекте «{{ project.name | escape }}»
2323
</span>
2424
</font>
2525
</td>

workers/email/src/templates/emails/assignee/text.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% if whoAssigned.name %}{{ whoAssigned.name | escape }}{% else %}{{ whoAssigned.email }}{% endif %} поручил вам обработать событие в проекте «{{ project.name | escape }}»
1+
{% if whoAssigned.name %}{{ whoAssigned.name | escape }}{% else %}{{ whoAssigned.email }}{% endif %} назначил вас ответственным за исправление ошибки в проекте «{{ project.name | escape }}»
22

33
{{ event.payload.title }}
44

0 commit comments

Comments
 (0)