diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-21 17:24:58 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-21 17:24:58 -0400 | 
| commit | 8b1d4450f58a2cfdac315b54babc6db33f975791 (patch) | |
| tree | 0d64da93c44c66ef0979994c58bfddfeac490613 | |
| parent | fd00a5285651313ce96f7fd00078c4bc72c00eb2 (diff) | |
Fix capitalization of "Non-Standard" (#2153)
| -rw-r--r-- | ext/settings.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/settings.html b/ext/settings.html index 6d91695d..48ce3472 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -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> |