Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notifications/templates/emails/post_new_comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</tr>
<tr>
<td align="left" class="general-text" style="font-size:0px;padding:10px 25px;padding-bottom:4px;word-break:break-word;">
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:15px;line-height:24px;text-align:left;color:#6B7280;">{% blocktrans with count=notifications|length %} There are new comments on these {{ count }} questions: {% endblocktrans %}</div>
<div style="font-family:Inter Variable, Inter, Arial, sans-serif;font-size:15px;line-height:24px;text-align:left;color:#6B7280;">{% trans "There are new comments on" %}</div>
</td>
</tr>
</tbody>
Expand Down
4 changes: 1 addition & 3 deletions notifications/templates/emails/post_new_comments.mjml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
</mj-text>

<mj-text font-size="15px" color="#6B7280" padding-bottom="4px">
{% blocktrans with count=notifications|length %}
There are new comments on these {{ count }} questions:
{% endblocktrans %}
{% trans "There are new comments on" %}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
</mj-text>
</mj-column>
</mj-section>
Expand Down
Loading