Skip to content

Commit da90aa2

Browse files
authored
fix: typo in TeamInvitationEmail template (#406)
1 parent 1d9f27f commit da90aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/emails/templates/TeamInvitationEmail.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<Text style="font-size: 16px; color: #374151; line-height: 1.6;">
3535
{inviterName} hat dich eingeladen, dich als Teammitglied der Konferenz
3636
<strong>{conferenceTitle}</strong>
37-
als <strong>{roleName}</strong> zu akreditieren.
37+
als <strong>{roleName}</strong> zu akkreditieren.
3838
</Text>
3939

4040
<Text style="font-size: 16px; color: #374151; line-height: 1.6;">

0 commit comments

Comments
 (0)