diff options
author | Brian Cully <bjc@spork.org> | 2025-03-09 23:38:07 -0400 |
---|---|---|
committer | Brian Cully <bjc@spork.org> | 2025-03-09 23:38:07 -0400 |
commit | 32c3d85afe767ceaefb26f0cadd962793d3de642 (patch) | |
tree | 7e5197256fd3a958969953f14099f16cc82f4b75 /index.html | |
parent | dc9f5c34c4b09afad79d768cc420566385467f82 (diff) | |
download | chords-32c3d85afe767ceaefb26f0cadd962793d3de642.tar.gz chords-32c3d85afe767ceaefb26f0cadd962793d3de642.zip |
diatonic → scale
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -113,8 +113,8 @@ <option value='G'>G</option> <option value='G♯'>G♯</option> </select> - <label for='diatonic'>diatonic:</label> - <select id='diatonic' name='diatonic'> + <label for='scale'>scale:</label> + <select id='scale' name='scale'> <option value='major' selected>major</option> <option value='minor'>minor</option> </select> |