mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 11:55:07 +00:00
perf: i18n (#4740)
* feat: login limit time config * doc * perf: code * i18n update * update lock * fix: ts * update package
This commit is contained in:
@@ -87,7 +87,7 @@ export const useEditTextarea = ({
|
||||
({
|
||||
maxLength = 30,
|
||||
iconSrc = 'modal/edit',
|
||||
closeBtnText = t('common:common.Close')
|
||||
closeBtnText = t('common:Close')
|
||||
}: {
|
||||
maxLength?: number;
|
||||
iconSrc?: string;
|
||||
@@ -118,7 +118,7 @@ export const useEditTextarea = ({
|
||||
</Button>
|
||||
)}
|
||||
<Button onClick={onclickConfirm} px={6}>
|
||||
{t('common:common.Confirm')}
|
||||
{t('common:Confirm')}
|
||||
</Button>
|
||||
</ModalFooter>
|
||||
</MyModal>
|
||||
|
Reference in New Issue
Block a user