aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning
diff options
context:
space:
mode:
Diffstat (limited to 'alphabetlearning')
-rw-r--r--alphabetlearning/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html
index ecab232..2e28333 100644
--- a/alphabetlearning/templates/base.html
+++ b/alphabetlearning/templates/base.html
@@ -96,12 +96,12 @@
{% if request.user.is_authenticated %}
<li class="nav-item">
<a class="nav-link text-dark fw-bold"
- href="{% url "payments:cart_detail" %}">Your Basket</a>
+ href="{% url "payments:cart_detail" %}">Shopping Basket</a>
</li>
{% else %}
<li class="nav-item">
<p class="nav-link text-gray fw-bold">
- Your Basket
+ Shopping Basket
</p>
</li>
{% endif %}