chore: enchance the copywriting of tool (#20294)

This commit is contained in:
Joel
2025-05-27 16:40:11 +08:00
committed by GitHub
parent 047a1b5166
commit abc32edf28
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>
</>