chore: enchance the copywriting of tool (#20294)

This commit is contained in:
Joel 2025-05-27 16:40:11 +08:00 committed by GitHub
commit abc32edf28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 12 additions and 44 deletions

View file

@ -79,7 +79,7 @@ const Panel: FC<NodePanelProps<ToolNodeType>> = ({
className='w-full'
onClick={showSetAuthModal}
>
{t(`${i18nPrefix}.toAuthorize`)}
{t(`${i18nPrefix}.authorize`)}
</Button>
</div>
</>