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

@ -5,6 +5,6 @@
{{ invite_link }}
{% trans "Learn more about this instance:" %} https://{{ domain }}{% url 'about' %}
{% blocktrans %}Learn more about {{ site_name }}:{% endblocktrans %} https://{{ domain }}{% url 'about' %}
{% endblock %}