diff --git a/apps/member/templates/member/profile_trust.html b/apps/member/templates/member/profile_trust.html index 47586f8b..1191e2cd 100644 --- a/apps/member/templates/member/profile_trust.html +++ b/apps/member/templates/member/profile_trust.html @@ -5,7 +5,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% load static django_tables2 i18n %} {% block profile_content %} -
+

{% trans "Note friendships" %}

@@ -23,6 +23,16 @@ SPDX-License-Identifier: GPL-3.0-or-later
{% render_table trusting %}
+ +
+ {% blocktrans trimmed %} + Adding someone as a friend enables them to initiate transactions coming + from your account (while keeping your balance positive). This is + designed to simplify using note kfet transfers to transfer money between + users. The intent is that one person can make all transfers for a group of + friends without needing additional rights among them. + {% endblocktrans %} +
{% endblock %} {% block extrajavascript %}