diff options
Diffstat (limited to 'ext')
| -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> |