fix: Rename graph to agent #918 (#1785)

### What problem does this PR solve?

fix: Rename graph to agent #918

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2024-08-02 14:45:51 +08:00
committed by GitHub
parent eea6565472
commit 418700b455
4 changed files with 7 additions and 10 deletions

View File

@ -46,7 +46,7 @@ const CreateFlowModal = ({
return (
<Modal
title={t('createFlow', { keyPrefix: 'flow' })}
title={t('createGraph', { keyPrefix: 'flow' })}
open={visible}
onOk={handleOk}
width={600}