Skip to content

Commit 16c307b

Browse files
committed
Fix: correct membership link text to match expected test string
1 parent 355ed44 commit 16c307b

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
@@ -10,7 +10,7 @@
1010
<li class="tier-2 element-3" role="treeitem">
1111
{% if user.is_authenticated %}
1212
{% if user.has_membership %}
13-
<a href="{% url 'users:user_membership_edit' %}">Edit your membership</a>
13+
<a href="{% url 'users:user_membership_edit' %}">Edit your PSF Basic membership</a>
1414
{% else %}
1515
<a href="{% url 'users:user_membership_create' %}">Join the PSF</a>
1616
{% endif %}

0 commit comments

Comments
 (0)