[REVERSEFAV] Fixed typo

This commit is contained in:
Daniel 2020-12-07 16:32:53 +00:00 committed by Hugo Sales
parent f04923405f
commit ec85b5b96b
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
{% include '/note/view.html.twig' with {'note': note, 'have_user': have_user} only %}
{% endfor %}
{% 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 %}
</div>
</div>