cleans up i18n titles

This commit is contained in:
Mouse Reeve
2021-02-28 10:09:56 -08:00
parent c483768544
commit 3e9ee0973b
8 changed files with 293 additions and 218 deletions

View File

@ -7,7 +7,7 @@
{% if partner %}
{% blocktrans with username=partner.display_name path=partner.local_path %}Direct Messages with <a href="{{ path }}">{{ username }}</a>{% endblocktrans %}
{% else %}
{% trans "Direct Messsages" %}
{% trans "Direct Messages" %}
{% endif %}
</h1>
{% if partner %}<p class="subtitle"><a href="/direct-messages"><span class="icon icon-arrow-left" aria-hidden="true"></span> {% trans "All messages" %}</a></p>{% endif %}