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
<rikaitan.link>ODUwOWJjYmJkMmE3Zjk0Nzg2MzQ5YmUzY2M3NDZhMjAxODQ1OGNiMAo=</rikaitan.link>
  • Loading branch information
jason-ojisan committed Aug 29, 2024
1 parent 1cd7bc3 commit 2ac2800
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 @@ -3228,15 +3228,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 2ac2800

Please sign in to comment.