Streamline wording: Use service instead of instance/server

This commit is contained in:
Jonas Schäfer
2021-01-23 14:51:23 +01:00
parent 7e2c4012cc
commit 5ca33fd69d
11 changed files with 22 additions and 22 deletions

View File

@@ -62,7 +62,7 @@
{%- else -%}
<div class="box hint el-2">
<header>{% trans %}No users left{% endtrans %}</header>
<p>{% trans %}All users on this instance are already in this circle.{% endtrans %}</p>
<p>{% trans %}All users on this service are already in this circle.{% endtrans %}</p>
</div>
{%- endif -%}
</form>