Skip to content

Commit bfe2c13

Browse files
authored
Merge pull request #6378 from koffie/patch-2
Fix grammatical errors in nf-show-field.html
2 parents 5fed343 + 1791732 commit bfe2c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lmfdb/number_fields/templates/nf-show-field.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ <h2>{{ KNOWL('nf.sibling', title='Sibling') }} fields</h2>
173173
{% if r[0] == 'ae' %}
174174
<tr><td>
175175
{% if r[2]==1 %}
176-
{{ KNOWL('nf.arithmetically_equivalent', title='Arithmetically equvalently sibling') }}:
176+
{{ KNOWL('nf.arithmetically_equivalent', title='Arithmetically equivalent sibling') }}:
177177
{% else %}
178-
{{ KNOWL('nf.arithmetically_equivalent', title='Arithmetically equvalently siblings') }}:
178+
{{ KNOWL('nf.arithmetically_equivalent', title='Arithmetically equivalent siblings') }}:
179179
{% endif %}
180180
<td> {{ r[1] |safe }}
181181
{% endif %}

0 commit comments

Comments
 (0)