Skip to content

Commit

Permalink
Fix naming of glossary-first handlebars in settings help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Aug 28, 2024
1 parent 659b837 commit 7facb6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3225,15 +3225,15 @@ <h5>or click here to upload</h5>
<td>List of definitions for the term, except the dictionary tag is omitted.</td>
</tr>
<tr>
<td><code class="anki-field-marker">{glossary}</code></td>
<td><code class="anki-field-marker">{glossary-first}</code></td>
<td>First definition for the term.</td>
</tr>
<tr>
<td><code class="anki-field-marker">{glossary-brief}</code></td>
<td><code class="anki-field-marker">{glossary-first-brief}</code></td>
<td>First definition for the term in a more compact format.</td>
</tr>
<tr>
<td><code class="anki-field-marker">{glossary-no-dictionary}</code></td>
<td><code class="anki-field-marker">{glossary-first-no-dictionary}</code></td>
<td>First definition for the term, except the dictionary tag is omitted.</td>
</tr>
<tr>
Expand Down

0 comments on commit 7facb6f

Please sign in to comment.