aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xtemplates/web/base/reports/index.html2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ec5dddfa..b3ab53f24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
- Prefetch translations in /reports list of bodies.
- Ignore deleted/area-less bodies in dashboard list.
- Add missing CSS class from final questionnaire question.
+ - Change text on /reports to match lower down (fix translation).
- UK:
- Lazy load images in the footer.
diff --git a/templates/web/base/reports/index.html b/templates/web/base/reports/index.html
index 70f4b3929..9fcf0b4c5 100755
--- a/templates/web/base/reports/index.html
+++ b/templates/web/base/reports/index.html
@@ -30,7 +30,7 @@
data-values-fixed="[[% problems_fixed_by_period.join(',') %]]"
></canvas>
<span class="label" data-datasetindex="0"><strong style="color: #F4A140">[% tprintf(nget("%s problem reported", "%s problems reported", problems_reported_by_period.last), decode(problems_reported) _ '</strong>') %]</span>
- <span class="label" data-datasetindex="1"><strong style="color: #62B356">[% tprintf(nget("%s report marked as fixed", "%s reports marked as fixed", problems_fixed_by_period.last), decode(problems_fixed) _ '</strong>') %]</span>
+ <span class="label" data-datasetindex="1"><strong style="color: #62B356">[% tprintf(nget("%s problem marked as fixed", "%s problems marked as fixed", problems_fixed_by_period.last), decode(problems_fixed) _ '</strong>') %]</span>
</div>
</div>
</div>