From b80c40c9023a6c6b462e8e3e45d7b70c4881aee1 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 14 Jan 2018 12:36:22 +0100 Subject: [PATCH] rephrase a second message --- django/didgeridoo/webshop/templates/webshop/category.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/didgeridoo/webshop/templates/webshop/category.html b/django/didgeridoo/webshop/templates/webshop/category.html index bb6a535..5ea3a14 100644 --- a/django/didgeridoo/webshop/templates/webshop/category.html +++ b/django/didgeridoo/webshop/templates/webshop/category.html @@ -25,7 +25,7 @@ {% else %}

- Something whent wrong, no articles are stored. + We are sorry but there are currently no articles in this category.

{% endif %} {% endblock %}