File tree Expand file tree Collapse file tree
packages/ui/src/components/editor/Summary Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } >
You can’t perform that action at this time.
0 commit comments