Skip to content

Commit c862b2a

Browse files
jinja2 template: typo fixed.
1 parent e797d43 commit c862b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ Fixed:
141141
(Thomas Arendsen Hein)
142142
- Fix broken images in legacy spec.html and original_overview.html, and
143143
restore web presence for "Roundup's Design Document" (anatoly techtonik)
144-
- Template jinja2: Updated URL to point to http://www.roundup-tracker.org/
145-
(Bernhard Reiter)
144+
- Template jinja2: Updated URL to point to http://www.roundup-tracker.org/,
145+
fixed a typo. (Bernhard Reiter)
146146
- Security: Add mime-type whitelist for attachmens that can be safely
147147
rendered from Roundup without trigerring security bugs in browser
148148
plugins, XSS issues and spam. The option ``allow_html_file`` didn't

share/roundup/templates/jinja2/html/issue.index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
{% endfor %}
4444
</table>
4545
{% else %}
46-
<p class='text-error'>{{ i18n.gettext('There are no issue yet!') }}</p>
46+
<p class='text-error'>{{ i18n.gettext('There are no issues yet!') }}</p>
4747
{% endif %}
4848
{% endif %}
4949

0 commit comments

Comments
 (0)