Use instance name instead of the word "instance" where possible

trying to use less jargon
This commit is contained in:
Mouse Reeve
2021-10-15 13:42:32 -07:00
parent 145a31045a
commit 7f75cd329a
3 changed files with 3 additions and 3 deletions

View File

@ -227,7 +227,7 @@
<div class="columns">
<div class="column is-one-fifth">
<p>
<a href="{% url 'about' %}">{% trans "About this instance" %}</a>
<a href="{% url 'about' %}">{% blocktrans with site_name=site.name %}About {{ site_name }}{% endblocktrans %}</a>
</p>
{% if site.admin_email %}
<p>