From 52d9bc3eef715ccc72a1824e9b355328ab4047a8 Mon Sep 17 00:00:00 2001 From: Oliver Roick Date: Tue, 2 Dec 2014 17:22:27 +0000 Subject: [PATCH] Fix typo --- templates/categories/category_settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/categories/category_settings.html b/templates/categories/category_settings.html index c47e0539..46e991b7 100644 --- a/templates/categories/category_settings.html +++ b/templates/categories/category_settings.html @@ -160,7 +160,7 @@

Before you delete the category, please read through the consequences of this action.

{% if num_contributions > 0%} -

There are {{ num_contributions }} of this category. Deleting the category will delete all of the contributions. We suggest to make this categpory inactive instead to keep the contributions.

+

There are currently {{ num_contributions }} contributions of this category. Deleting the category will delete all of the contributions. We suggest to make this categpory inactive instead to keep the contributions.

{% endif %}