diff --git a/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx b/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
index 60896e657b11..5300a3c54c43 100644
--- a/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
+++ b/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
@@ -90,11 +90,11 @@ function AcceptInvitationPage () {
>
{t('invitation.join')}
{' '}
- {currentUser?.name}
+ {invitation?.workspace_name}
{' '}
{t('invitation.on')}
{' '}
- {invitation?.workspace_name}
+ AppFlowy