Skip to content

Commit 976824c

Browse files
committed
Improve wording clarity of "Refresh Context" button
Renames the "Refresh Context" button on the JEXL Debugger to be "Reset Context" instead for better clarity. Fixes #71
1 parent 1e2120b commit 976824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/JEXLDebuggerPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const JEXLDebuggerPage: FC = () => {
315315
onClick={fetchClientContext}
316316
className="option-button primary-fg py-2 px-3 rounded small-font fw-bold mb-3 grey-border light-bg"
317317
>
318-
Refresh Context
318+
Reset Context
319319
</Button>
320320
{Object.entries(originalContext).map(([key]) => (
321321
<Row key={key} className="mb-4 d-flex align-items-center">

0 commit comments

Comments
 (0)