Goodreads capitalization standardization

This commit is contained in:
Mouse Reeve
2021-10-15 13:47:28 -07:00
parent 7f75cd329a
commit 032dedabb4
5 changed files with 7 additions and 7 deletions

View File

@ -22,8 +22,8 @@
<div class="select block">
<select name="source" id="source">
<option value="GoodReads" {% if current == 'GoodReads' %}selected{% endif %}>
GoodReads (CSV)
<option value="Goodreads" {% if current == 'Goodreads' %}selected{% endif %}>
Goodreads (CSV)
</option>
<option value="Storygraph" {% if current == 'Storygraph' %}selected{% endif %}>
Storygraph (CSV)