Skip to content

Commit 47f98f5

Browse files
authored
Fix plural of time/times for visits to page (mdn#80)
1 parent 56cf9bc commit 47f98f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎catalog/templates/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ <h2>Dynamic content</h2>
2727
</ul>
2828

2929

30-
You have visited this page {{ num_visits }} times.
30+
You have visited this page {{ num_visits }} time{% if num_visits > 1 %}s{% endif %}.
3131

32-
{% endblock %}
32+
{% endblock %}

0 commit comments

Comments
 (0)