From 59eda5e03800e1fa6f77d15484b2854806b7688c Mon Sep 17 00:00:00 2001
From: "Kilu.He" <108015703+qinluhe@users.noreply.github.com>
Date: Wed, 6 Nov 2024 13:36:27 +0800
Subject: [PATCH] fix: modified invitation page text (#6734)
---
frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx b/frontend/appflowy_web_app/src/pages/AcceptInvitationPage.tsx
index 60896e657b..5300a3c54c 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