From c5c303d03419369036890ac3edf078b5a0f4162c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 14 Jul 2026 09:55:33 +0200 Subject: [PATCH] Update helper text for unused group patterns export option --- 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 4e10e6c..1ab57b2 100644 --- a/src/routes/home/Export/ExportOptions.tsx +++ b/src/routes/home/Export/ExportOptions.tsx @@ -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." />