euscanwww: Fixing typo in dashboard
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
parent
827af401a9
commit
c4e3c4c04a
@ -16,7 +16,7 @@
|
|||||||
<div class="row-fluid padded">
|
<div class="row-fluid padded">
|
||||||
<div class="padded span6">
|
<div class="padded span6">
|
||||||
{% with categories|length as num_categories %}
|
{% with categories|length as num_categories %}
|
||||||
Watching {{ num_categories }} categor{{ num_categories|pluralize:"y,es"}}
|
Watching {{ num_categories }} categor{{ num_categories|pluralize:"y,ies"}}
|
||||||
<ul>
|
<ul>
|
||||||
<li>{{ categories_upstream }} new upstream version{{ categories_upstream|pluralize:"s"}}</li>
|
<li>{{ categories_upstream }} new upstream version{{ categories_upstream|pluralize:"s"}}</li>
|
||||||
{% if categories_upstream %}
|
{% if categories_upstream %}
|
||||||
|
Loading…
Reference in New Issue
Block a user