diff options
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 9fb90de4..83f02256 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -17,7 +17,7 @@ html_package_page = Template((tab*2).join((""" <p style="margin-top: 4px;"> $version <a href="/index_notify.html" target="_parent"> - <span class="notification" title="Notifications for this packages are enabled. Every status change reproducibly-wise will be emailed to the maintainer">$notify_maintainer</span> + <span class="notification" title="Notifications for this package are enabled. Every reproducibility related status change will be emailed to the maintainers">$notify_maintainer</span> </a><br /> $suite/$arch <br /> $status <br /> |