fix(i18n): namespace (#4143)
This commit is contained in:
parent
62baee44fe
commit
268f0f56fb
@ -74,5 +74,6 @@
|
|||||||
"user_team_leave_team": "离开团队",
|
"user_team_leave_team": "离开团队",
|
||||||
"user_team_leave_team_failed": "离开团队失败",
|
"user_team_leave_team_failed": "离开团队失败",
|
||||||
"waiting": "待接受",
|
"waiting": "待接受",
|
||||||
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}"
|
"invitation_copy_link": "【{{systemName}}】 {{userName}} 邀请您加入{{teamName}}团队,链接:{{url}}",
|
||||||
|
"please_bind_contact": "请绑定联系方式"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -142,7 +142,7 @@ function EditModal({
|
|||||||
width={'fit-content'}
|
width={'fit-content'}
|
||||||
>
|
>
|
||||||
<Icon name="common/info" w="1rem" />
|
<Icon name="common/info" w="1rem" />
|
||||||
<Box width="fit-content">{t('account_info:please_bind_contact')}</Box>
|
<Box width="fit-content">{t('account_team:please_bind_contact')}</Box>
|
||||||
</HStack>
|
</HStack>
|
||||||
);
|
);
|
||||||
})()}
|
})()}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user