fix error in footer
This commit is contained in:
parent
fa68e3999d
commit
85f140cd19
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
{% trans 'full access unlocked' %}
|
{% trans 'full access unlocked' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% blocktrans count count=access_list|length %}
|
{% blocktrans count count=access_list|length %}
|
||||||
{{ count }} one area unlocked
|
{{ count }} area unlocked
|
||||||
{% plural %}
|
{% plural %}
|
||||||
{{ count }} areas unlocked
|
{{ count }} areas unlocked
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue