Skip to content

Commit

Permalink
Improve grammar in the email invitation (#8437)
Browse files Browse the repository at this point in the history
  • Loading branch information
rragundez authored Sep 13, 2024
1 parent 76b639e commit 819d04f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<tr>
<td align="left" bgcolor="#ffffff" style="padding: 36px 24px 0; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; border-top: 3px solid #d4dadf;">
<h1 style="margin: 0; font-size: 32px; font-weight: 700; letter-spacing: -1px; line-height: 48px;">
You've been invited to organization
You've been invited to an organization
</h1>
</td>
</tr>
Expand Down Expand Up @@ -184,10 +184,10 @@ <h1 style="margin: 0; font-size: 32px; font-weight: 700; letter-spacing: -1px; l
<td align="left" bgcolor="#ffffff" style="padding: 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px;">
{% blocktrans %}
<p>
You're receiving this email because you've been invited to join <strong>{{ organization_name }}</strong> organization in CVAT by <strong>{{ invitation_owner }}</strong> at {{ site_name }}.
You're receiving this email because you've been invited by <strong>{{ invitation_owner }}</strong> to join the <strong>{{ organization_name }}</strong> organization in CVAT at {{ site_name }}.
</p>
<p style="margin: 0;">
To join organization and start annotating, simply tap the button below and complete registration.
To join the organization and start annotating, simply tap the button below and complete the registration.
</p>
{% endblocktrans %}
</td>
Expand Down Expand Up @@ -280,4 +280,4 @@ <h1 style="margin: 0; font-size: 32px; font-weight: 700; letter-spacing: -1px; l
<!-- end body -->

</body>
</html>
</html>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n %}
{% autoescape off %}
{% blocktrans %}You're invited to join {{ organization_name }} organization in CVAT!{% endblocktrans %}
{% blocktrans %}You're invited to join the {{ organization_name }} organization in CVAT!{% endblocktrans %}
{% endautoescape %}

0 comments on commit 819d04f

Please sign in to comment.