Skip to content

Commit c502c30

Browse files
czc0407hugovk
andauthored
Update templates/includes/authenticated.html
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 3752fa1 commit c502c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/includes/authenticated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{% if user.has_membership %}
1414
<a href="{% url 'users:user_membership_edit' %}">Edit your membership</a>
1515
{% else %}
16-
<a href="{% url 'users:user_membership_create' %}">Join PSF Membership</a>
16+
<a href="{% url 'users:user_membership_create' %}">Join the PSF</a>
1717
{% endif %}
1818
{% else %}
1919
<a href="{% url 'account_login' %}?next=https://psfmember.org/membership/">

0 commit comments

Comments
 (0)