From a6935256795ccb63d8cbd4e0677d117efd4c6d9d Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 6 Jul 2023 12:39:17 -0700 Subject: details --- extension/react-app/src/components/PillButton.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extension/react-app/src/components/PillButton.tsx') diff --git a/extension/react-app/src/components/PillButton.tsx b/extension/react-app/src/components/PillButton.tsx index a384832e..31d98c0f 100644 --- a/extension/react-app/src/components/PillButton.tsx +++ b/extension/react-app/src/components/PillButton.tsx @@ -127,7 +127,9 @@ const PillButton = (props: PillButtonProps) => { {props.title} - {props.editing ? "Editing this range" : "Edit this range"} + {props.editing + ? "Editing this range (with rest of file as context)" + : "Edit this range"} Delete -- cgit v1.2.3-70-g09d2