Fix capitalization of "Non-Standard" (#2153)

This commit is contained in:
toasted-nutbread 2022-05-21 17:24:58 -04:00 committed by GitHub
parent fd00a52856
commit 8b1d4450f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1776,14 +1776,14 @@
<select data-setting="anki.displayTags">
<option value="never">Never</option>
<option value="always">Always</option>
<option value="non-standard">Non-Standard</option>
<option value="non-standard">Non-standard</option>
</select>
</div>
</div>
<div class="settings-item-children more" hidden>
<p>
When coming across a word that is already in an Anki deck, a button will appear that shows
the tags the card has. If set to <em>Non-Standard</em>, all tags that are included in the
the tags the card has. If set to <em>Non-standard</em>, all tags that are included in the
<em>Card tags</em> option will be filtered out from the list. If no tags remain after filtering,
then the button will not be shown.
</p>