diff --git a/src/routes/(app)/config/chords/+page.svelte b/src/routes/(app)/config/chords/+page.svelte index 6582e5cb..f957d343 100644 --- a/src/routes/(app)/config/chords/+page.svelte +++ b/src/routes/(app)/config/chords/+page.svelte @@ -182,7 +182,7 @@ function downloadVocabulary() { const vocabulary = new Set( $chords.map((it) => - "phrase" in it ? plainPhrase(it.phrase, $osLayout).trim() : "", + "phrase" in it ? encodeChord(it, $osLayout).trim() : "", ), ); vocabulary.delete("");