Skip to content

Commit 59eda5e

Browse files
authored
fix: modified invitation page text (#6734)
1 parent 3c8de8a commit 59eda5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ function AcceptInvitationPage () {
9090
>
9191
{t('invitation.join')}
9292
{' '}
93-
<span className={'font-semibold'}>{currentUser?.name}</span>
93+
<span className={'font-semibold'}>{invitation?.workspace_name}</span>
9494
{' '}
9595
{t('invitation.on')}
9696
{' '}
97-
<span className={'whitespace-nowrap'}>{invitation?.workspace_name}</span>
97+
<span className={'whitespace-nowrap'}>AppFlowy</span>
9898

9999
</div>
100100
<Divider className={'max-w-full w-[400px]'} />

0 commit comments

Comments
 (0)