Fix: forget-reset password (#11927)

### What problem does this PR solve?

Fix: forget-reset password

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Magicbook1108
2025-12-12 16:16:17 +08:00
committed by GitHub
parent f9510edbbc
commit 50715ba332
3 changed files with 19 additions and 36 deletions

View File

@ -346,7 +346,7 @@ const BoxTokenField = ({ value, onChange }: BoxTokenFieldProps) => {
)}
<Button variant="outline" onClick={handleOpenDialog}>
{hasConfigured ? 'Edit Box credentials' : 'Configure Box credentials'}
{hasConfigured ? 'Get Box credentials' : 'Configure Box credentials'}
</Button>
<Dialog