diff options
Diffstat (limited to 'templates/packages')
-rw-r--r-- | templates/packages/flag.html | 2 | ||||
-rw-r--r-- | templates/packages/outofdate.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/flag.html b/templates/packages/flag.html index f08b758b..35198dff 100644 --- a/templates/packages/flag.html +++ b/templates/packages/flag.html @@ -14,7 +14,7 @@ {% else %} <h2>Flag Package: {{ pkg.pkgname }}</h2> - <p>If you notice a package is out of date (i.e., there is a newer + <p>If you notice a package is out-of-date (i.e., there is a newer <strong>stable</strong> release available), then please notify us using the form below.</p> diff --git a/templates/packages/outofdate.txt b/templates/packages/outofdate.txt index 80da23d6..d8b74005 100644 --- a/templates/packages/outofdate.txt +++ b/templates/packages/outofdate.txt @@ -1,6 +1,6 @@ {% autoescape off %}* Note: this is an automated message -{{ email }} wants to notify you that the following package may be out of date: +{{ email }} wants to notify you that the following package may be out-of-date: Package Name: {{ pkg.pkgname }} Architecture: {{ pkg.arch.name }} |