Merge pull request #507 from AppFlowy-IO/fix/invitation-copy

fix: the copy
This commit is contained in:
Kilu.He 2024-04-29 16:26:04 +08:00 committed by GitHub
commit 418341f49f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
</div>
<p style="width: 100%; white-space: normal; overflow-wrap: break-word; text-align: center; font-size: 24px">
<span style="font-size: 30px; font-weight: 700">{{ username }}</span>
<span>invited to Join</span>
<span>invited you to Join</span>
<span style="font-size: 30px; font-weight: 700;">{{ workspace_name }}</span>
<span>on AppFlowy</span>
</p>

View File

@ -15,7 +15,7 @@ bodyClass: bg-purple-50
</div>
<p class="w-full text-center break-words whitespace-normal text-2xl">
<span class="text-3xl font-bold">{{ userName }}</span>
<span class="mx-2=1">invited to Join</span>
<span class="mx-2=1">invited you to Join</span>
<span class="text-3xl font-bold">{{ workspaceName }}</span>
<span class="mx-2=1">on AppFlowy</span>
</p>