Use "instance" consistently

This commit is contained in:
Mouse Reeve
2021-06-01 14:28:53 -07:00
parent ff45238667
commit 2816d7cc88
13 changed files with 651 additions and 483 deletions

View File

@ -36,7 +36,7 @@
</li>
<li>
{% url 'settings-federation' as url %}
<a href="{{ url }}"{% if url in request.path %} class="is-active" aria-selected="true"{% endif %}>{% trans "Federated Servers" %}</a>
<a href="{{ url }}"{% if url in request.path %} class="is-active" aria-selected="true"{% endif %}>{% trans "Federated Instances" %}</a>
</li>
</ul>
{% endif %}