diff --git a/src/app/App.tsx b/src/app/App.tsx index c8860552..f2df1d1a 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -4714,7 +4714,7 @@ export function App({ store, initialStatusMessage }: AppProps) { if (effectOption === null) { throw new Error( - "The selected control target does not expose a sequence-editable effect yet." + "The selected target does not expose any direct sequence effects yet." ); }