Update helper text for unused group patterns export option

This commit is contained in:
2026-07-14 09:55:33 +02:00
parent 3157176471
commit c5c303d034

View File

@@ -113,7 +113,7 @@ function ExportOptions({ disabled = false }: { disabled?: boolean }) {
name="keepUnusedPatterns"
title="Keep unused patterns"
disabled={disabled}
helperText="Add group patterns that are not assigned to any scene as extra Session rows. They will not be added to the Song Arrangement."
helperText="Add non-empty group patterns that are not assigned to any scene as extra Session rows. They will not be added to the Song Arrangement."
/>
<CheckboxField
name="groupTracks"