Update helper text for ExportOptions component regarding Return track functionality

This commit is contained in:
2026-07-14 09:42:30 +02:00
parent 2df4d81337
commit 9e9b5ebdaf

View File

@@ -125,7 +125,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) {
name="sendEffects" name="sendEffects"
title="Send effects" title="Send effects"
disabled={disabled} 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."
/> />
</> </>
)} )}