Skip to content

Commit 2fb862d

Browse files
committed
Clarify the "Intelligent Update API tool" prompt text in the summary
1 parent a83a88e commit 2fb862d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ui/src/components/editor/Summary/Summary.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@ export const Summary: FC<Props> = ({
7171
: 'The file'}{' '}
7272
required a fallback diff integration method, which may lead to
7373
inaccuracies. Looks off? Click{' '}
74-
<span className="codicon codicon-sparkle" /> to fix with the
75-
Intelligent Update API tool.
74+
<span className="codicon codicon-sparkle" /> action to fix a file with
75+
the Intelligent Update API tool.
7676
</div>
7777
)}
7878
{replaced_files_count > 0 && (
7979
<div className={styles.info}>
8080
{`${replaced_files_count > 1 ? 'All files have' : 'The file has'}`}{' '}
8181
been replaced. This may cause inaccuracies if the response had
8282
unmarked truncations. Looks off? Click{' '}
83-
<span className="codicon codicon-sparkle" /> to fix with the
84-
Intelligent Update API tool.
83+
<span className="codicon codicon-sparkle" /> action to fix a file with
84+
the Intelligent Update API tool.
8585
</div>
8686
)}
8787
<div className={styles.list}>

0 commit comments

Comments
 (0)