[REVERSEFAV] Fixed typo
This commit is contained in:
parent
f04923405f
commit
ec85b5b96b
@ -44,7 +44,7 @@
|
|||||||
{% include '/note/view.html.twig' with {'note': note, 'have_user': have_user} only %}
|
{% include '/note/view.html.twig' with {'note': note, 'have_user': have_user} only %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<h1>This is {{ user_nickname }}'s reverse favorites stream, but nobody favored {{ user_nickname }}'s notices yet.</h1>
|
<h1>This is {{ user_nickname }}'s reverse favorites stream, but nobody favored {{ user_nickname }}'s notes yet.</h1>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user