fix(i18n): namespace (#4143)

This commit is contained in:
Finley Ge
2025-03-13 18:56:12 +08:00
committed by archer
parent 2d22af3cce
commit 7ec4ba7067
2 changed files with 3 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ function EditModal({
width={'fit-content'}
>
<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>
);
})()}