Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Fix capitalization of "Non-Standard" (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored May 21, 2022
1 parent fd00a52 commit 8b1d445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -1776,14 +1776,14 @@ <h1>Yomichan Settings</h1>
<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>
Expand Down

0 comments on commit 8b1d445

Please sign in to comment.