diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 19:19:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 19:19:55 +0200 |
commit | db3c41a845e2b7e77c5868b2366f7c010c8a61e8 (patch) | |
tree | c265d4bb59f2b3c1fb6480cbf1169a6a3078e2c0 /bin | |
parent | bf87e279aed621a0d12caedc9beecd5f492d8383 (diff) | |
download | jenkins.debian.net-db3c41a845e2b7e77c5868b2366f7c010c8a61e8.tar.xz |
reproducible: improve language
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
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> </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" |