Skip to content

Commit 08980bd

Browse files
committed
fix(i18n): namespace
1 parent 86f647d commit 08980bd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/web/i18n/zh-CN/account_team.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373
"user_team_invite_member": "邀请成员",
7474
"user_team_leave_team": "离开团队",
7575
"user_team_leave_team_failed": "离开团队失败",
76-
"waiting": "待接受"
76+
"waiting": "待接受",
77+
"please_bind_contact": "请绑定联系方式"
7778
}

projects/app/src/pageComponents/account/team/EditInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function EditModal({
142142
width={'fit-content'}
143143
>
144144
<Icon name="common/info" w="1rem" />
145-
<Box width="fit-content">{t('account_info:please_bind_contact')}</Box>
145+
<Box width="fit-content">{t('account_team:please_bind_contact')}</Box>
146146
</HStack>
147147
);
148148
})()}

0 commit comments

Comments
 (0)