From 85f140cd19b3003647d56a23a0df0abd4cc74f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Thu, 22 Dec 2016 02:32:38 +0100 Subject: [PATCH] fix error in footer --- src/c3nav/site/templates/site/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/site/templates/site/footer.html b/src/c3nav/site/templates/site/footer.html index 6db55cac..b5526488 100644 --- a/src/c3nav/site/templates/site/footer.html +++ b/src/c3nav/site/templates/site/footer.html @@ -23,7 +23,7 @@ {% trans 'full access unlocked' %} {% else %} {% blocktrans count count=access_list|length %} - {{ count }} one area unlocked + {{ count }} area unlocked {% plural %} {{ count }} areas unlocked {% endblocktrans %}