From 46d4d92dfe963c101adbd9443f959e3b2d7e19c6 Mon Sep 17 00:00:00 2001 From: zv Date: Tue, 23 Jun 2026 20:38:21 +0200 Subject: [PATCH] fix: clarify advanced settings label --- src/app/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index e9b2fb5..845628d 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -798,11 +798,11 @@ export function App() { checked={showAdvanced} onChange={(event) => handleShowAdvancedChange(event.target.checked)} /> - Show Query Preview + Show Advanced section

- Hiding Query Preview also switches searches back to generated queries. + Hiding Advanced also switches searches back to generated queries.