update: i18n common.json keys (#2124)
This commit is contained in:
@@ -143,7 +143,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
|
||||
})
|
||||
}
|
||||
>
|
||||
{t('common:New Create')}
|
||||
{t('common:new_create')}
|
||||
</Button>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
@@ -36,7 +36,7 @@ const ResumeInherit = ({
|
||||
)();
|
||||
}}
|
||||
>
|
||||
{commonT('Click to resume')}
|
||||
{commonT('click_to_resume')}
|
||||
</Box>
|
||||
|
||||
<CommonConfirmModal />
|
||||
|
||||
Reference in New Issue
Block a user