Skip to content

Commit

Permalink
fix: modified invitation page text
Browse files Browse the repository at this point in the history
  • Loading branch information
qinluhe committed Nov 6, 2024
1 parent d38a5f3 commit f8034d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ function AcceptInvitationPage () {
>
{t('invitation.join')}
{' '}
<span className={'font-semibold'}>{currentUser?.name}</span>
<span className={'font-semibold'}>{invitation?.workspace_name}</span>
{' '}
{t('invitation.on')}
{' '}
<span className={'whitespace-nowrap'}>{invitation?.workspace_name}</span>
<span className={'whitespace-nowrap'}>AppFlowy</span>

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

0 comments on commit f8034d1

Please sign in to comment.