diff --git a/snikket_web/templates/admin_edit_circle.html b/snikket_web/templates/admin_edit_circle.html index 97b71d3..c000e84 100644 --- a/snikket_web/templates/admin_edit_circle.html +++ b/snikket_web/templates/admin_edit_circle.html @@ -11,7 +11,7 @@ {%- if target_circle.id_ == "default" -%} {#- -#}
-
{% trans %}This circle cannot be modified{% endtrans %}
+
{% trans %}This is your main circle{% endtrans %}

{% trans %}This circle is managed automatically and cannot be removed or renamed.{% endtrans %}

{%- if target_circle.muc_jid -%}
@@ -90,8 +90,8 @@
{%- else -%} -
-
{% trans %}No users left{% endtrans %}
+
+
{% trans %}All users added{% endtrans %}

{% trans %}All users on this service are already in this circle.{% endtrans %}

{%- endif -%} diff --git a/snikket_web/translations/messages.pot b/snikket_web/translations/messages.pot index 802abcf..4aa8500 100644 --- a/snikket_web/translations/messages.pot +++ b/snikket_web/translations/messages.pot @@ -403,7 +403,7 @@ msgid "Back" msgstr "" #: snikket_web/templates/admin_edit_circle.html:14 -msgid "This circle cannot be modified" +msgid "This is your main circle" msgstr "" #: snikket_web/templates/admin_edit_circle.html:15 @@ -460,7 +460,7 @@ msgid "Add existing user" msgstr "" #: snikket_web/templates/admin_edit_circle.html:94 -msgid "No users left" +msgid "All users added" msgstr "" #: snikket_web/templates/admin_edit_circle.html:95