We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8de8a commit 59eda5eCopy full SHA for 59eda5e
frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
@@ -90,11 +90,11 @@ function AcceptInvitationPage () {
90
>
91
{t('invitation.join')}
92
{' '}
93
- <span className={'font-semibold'}>{currentUser?.name}</span>
+ <span className={'font-semibold'}>{invitation?.workspace_name}</span>
94
95
{t('invitation.on')}
96
97
- <span className={'whitespace-nowrap'}>{invitation?.workspace_name}</span>
+ <span className={'whitespace-nowrap'}>AppFlowy</span>
98
99
</div>
100
<Divider className={'max-w-full w-[400px]'} />
0 commit comments