summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-03-09 23:38:07 -0400
committerBrian Cully <bjc@spork.org>2025-03-09 23:38:07 -0400
commit32c3d85afe767ceaefb26f0cadd962793d3de642 (patch)
tree7e5197256fd3a958969953f14099f16cc82f4b75 /index.html
parentdc9f5c34c4b09afad79d768cc420566385467f82 (diff)
downloadchords-32c3d85afe767ceaefb26f0cadd962793d3de642.tar.gz
chords-32c3d85afe767ceaefb26f0cadd962793d3de642.zip
diatonic → scale
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index fc12e45..b4b345c 100644
--- a/index.html
+++ b/index.html
@@ -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>