PHRAS-913 - fix typo

This commit is contained in:
Florian BLOUET
2016-01-20 11:49:57 +01:00
parent 37c674b5eb
commit c95fbc918a

View File

@@ -37,7 +37,7 @@
<div class="PNB10">
<div class="PNB" style="height:25px; bottom:auto;">
<p>
{% set length = ist.getEntries().count() %}
{% set length = list.getEntries().count() %}
<span class="counter current">{% trans with {'%length%' : length} %}%length% peoples{% endtrans %}</span>
{% if list.getOwner(app.getAuthenticatedUser()).getRole() >= constant('Alchemy\\Phrasea\\Model\\Entities\\UsrListOwner::ROLE_EDITOR') %}
<button class="EditToggle btn btn-inverse">{{ 'Edit' | trans }}</button>