Bug 17691: Does not repeat "subscriptions"

Number of subscriptions: X subscriptions
Sound like we repeat "subscriptions"
Replaced with
  Number of subscriptions: X

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2017-01-19 14:26:49 +01:00 committed by Kyle M Hall
parent 59a3f2ddbe
commit 88ce1db8fa

View file

@ -374,13 +374,9 @@ function delete_contact(ev) {
<div class="subscription-details">
<h2>Subscription details</h2>
<p><strong>Number of subscriptions: </strong>[% subscriptioncount %]
[% IF subscriptioncount == 1 %] subscription [% ELSE %]
subscriptions [% END %]
</p>
<p><strong>Number of subscriptions: </strong>[% subscriptioncount %]</p>
</div>
</div>
</div>