Skip to content

Commit 1fab63d

Browse files
authored
Better label for "Visualize Plan" button (#134)
1 parent 2e33230 commit 1fab63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-app/src/FileOpener.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export function FileOpener({setData, validate, loadStateController}: FileOpenerP
255255
<div className="textarea-hint">Paste your query plan. To open a file, use drag & drop.</div>
256256
</div>
257257
<button onClick={submit} disabled={submitDisabled}>
258-
Parse and Visualize Plan
258+
Visualize Plan
259259
</button>
260260
{renderedError}
261261
<div className="github-link">

0 commit comments

Comments
 (0)