summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-23 19:19:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-23 19:19:55 +0200
commitdb3c41a845e2b7e77c5868b2366f7c010c8a61e8 (patch)
treec265d4bb59f2b3c1fb6480cbf1169a6a3078e2c0 /bin
parentbf87e279aed621a0d12caedc9beecd5f492d8383 (diff)
downloadjenkins.debian.net-db3c41a845e2b7e77c5868b2366f7c010c8a61e8.tar.xz
reproducible: improve language
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 2bec3ec7..7f59c18b 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -552,7 +552,7 @@ create_main_stats_page() {
write_page "</table>"
# write inventory table
write_page "<table class=\"main\"><tr><th>&nbsp;</th><th>amount</th></tr>"
- write_page "<tr><td>distinct identified issues</td><td>$ISSUES</td></tr>"
+ write_page "<tr><td>identified distinct issues</td><td>$ISSUES</td></tr>"
write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td></tr>"
write_page "<tr><td>total amount of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>"
SUITE="unstable"