X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65c9feda79d2b2c94cb7dcd561318a83fd796f0a..94b69cb76f0bdc6fe119a9acc84f73d3afc82cf2:/src/wolnelektury/templates/user.html?ds=sidebyside

diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html
index 0f261f92b..3adb03028 100644
--- a/src/wolnelektury/templates/user.html
+++ b/src/wolnelektury/templates/user.html
@@ -12,7 +12,7 @@
     <p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
     <p><a href="{% url 'socialaccount_connections' %}">{% trans "Social accounts" %}</a></p>
     {% if request.user.membership %}
-      <p><a href="{% url 'club_join' %}">Należysz do Towarzystwa Przyjaciół Wolnych Lektur</a></p> 
+      <p><a href="{% url 'club_join' %}">Wspierasz Wolne Lektury, dziękujemy!</a></p>
     {% endif %}
   </div>
 {% endblock %}