[web] Fix incorrect pronoun in template
This commit is contained in:
parent
b16fbc9d78
commit
569db808ff
|
@ -39,7 +39,7 @@
|
|||
Whoever linked you to this page{% endif %} would like you to try {{ pronoun.render_threeform() }} pronouns for
|
||||
{{ pronoun.object_pronoun }} today.</p>
|
||||
|
||||
<h3>Here are some example sentences using my she/her pronouns:</h3>
|
||||
<h3>Here are some example sentences using my {{pronoun.subject_pronoun}}/{{pronoun.object_pronoun}} pronouns:</h3>
|
||||
|
||||
<p>{{ pronoun.subject_pronoun | capitalize }} walked the dog.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue