mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-10-28 16:40:50 +00:00
fix: modified invitation page text (#6734)
This commit is contained in:
parent
3c8de8a52c
commit
59eda5e038
@ -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]'} />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user