From 9e9b5ebdaf335a2e2a3ac3b180111027f2cd0c27 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 09:42:30 +0200 Subject: [PATCH] Update helper text for ExportOptions component regarding Return track functionality --- src/routes/home/Export/ExportOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/home/Export/ExportOptions.tsx b/src/routes/home/Export/ExportOptions.tsx index b9ff8c2..4e10e6c 100644 --- a/src/routes/home/Export/ExportOptions.tsx +++ b/src/routes/home/Export/ExportOptions.tsx @@ -125,7 +125,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) { name="sendEffects" title="Send effects" disabled={disabled} - helperText="Return track with effect will be added. Each individual track will be sending to the return track. If you select «Group tracks», each group will send its audio to the return track." + helperText="Add a Return track with the selected EP effect. Group send values and automation are applied to every sound-producing track." /> )}