Skip to content

Commit 268f0f5

Browse files
FinleyGec121914yu
authored andcommitted
fix(i18n): namespace (#4143)
1 parent 62baee4 commit 268f0f5

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
@@ -74,5 +74,6 @@
7474
"user_team_leave_team": "离开团队",
7575
"user_team_leave_team_failed": "离开团队失败",
7676
"waiting": "待接受",
77-
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}"
77+
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}",
78+
"please_bind_contact": "请绑定联系方式"
7879
}

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)