diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:05:05 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-17 12:05:05 -0700 |
commit | c60f9421d669add94f5c7c1f3eb440783b3fb963 (patch) | |
tree | 2881f87e71456931fae1d15f40a876161a38e171 /extension/react-app/src/components/PillButton.tsx | |
parent | 08221a0879b4a163eab6860524f255dbcb4743ae (diff) | |
parent | e5b15e38982300dd555006c010bf3e887bf4bd7a (diff) | |
download | sncontinue-c60f9421d669add94f5c7c1f3eb440783b3fb963.tar.gz sncontinue-c60f9421d669add94f5c7c1f3eb440783b3fb963.tar.bz2 sncontinue-c60f9421d669add94f5c7c1f3eb440783b3fb963.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension/react-app/src/components/PillButton.tsx')
-rw-r--r-- | extension/react-app/src/components/PillButton.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/components/PillButton.tsx b/extension/react-app/src/components/PillButton.tsx index eba5cf8f..c24dba83 100644 --- a/extension/react-app/src/components/PillButton.tsx +++ b/extension/react-app/src/components/PillButton.tsx @@ -159,8 +159,8 @@ const PillButton = (props: PillButtonProps) => { </Button> <StyledTooltip id={`edit-${props.index}`}> {props.editing - ? "Editing this range (with rest of file as context)" - : "Edit this range"} + ? "Editing this section (with entire file as context)" + : "Edit this section"} </StyledTooltip> <StyledTooltip id={`delete-${props.index}`}>Delete</StyledTooltip> {props.warning && ( |