From 259a3805c521b25d8285f5a644fe47372460ee0a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 07:27:36 +0200 Subject: [PATCH] Refine error message in App.tsx --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index f2df1d1a..0aecc929 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4498,7 +4498,7 @@ export function App({ store, initialStatusMessage }: AppProps) { if (effectOption === null) { throw new Error( - "This control target does not expose a sequencer-editable effect in the current slice." + "This target does not expose any direct sequencer effects in the current slice." ); }