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 86f647d commit 08980bdCopy full SHA for 08980bd
packages/web/i18n/zh-CN/account_team.json
@@ -73,5 +73,6 @@
73
"user_team_invite_member": "邀请成员",
74
"user_team_leave_team": "离开团队",
75
"user_team_leave_team_failed": "离开团队失败",
76
- "waiting": "待接受"
+ "waiting": "待接受",
77
+ "please_bind_contact": "请绑定联系方式"
78
}
projects/app/src/pageComponents/account/team/EditInfoModal.tsx
@@ -142,7 +142,7 @@ function EditModal({
142
width={'fit-content'}
143
>
144
<Icon name="common/info" w="1rem" />
145
- <Box width="fit-content">{t('account_info:please_bind_contact')}</Box>
+ <Box width="fit-content">{t('account_team:please_bind_contact')}</Box>
146
</HStack>
147
);
148
})()}
0 commit comments