diff options
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 335dc503..d68aea9d 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -102,7 +102,7 @@ pages = { { 'icon_status': '404', 'query': '404_all', - 'text': Template('$tot ($percent%) packages which failed to build from source in $suite/$arch:') + 'text': Template('$tot ($percent%) packages where the sources failed to download in $suite/$arch:') } ] }, |