aboutsummaryrefslogtreecommitdiff
path: root/templates/form.html
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-29 13:12:53 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-29 13:12:53 +0100
commitfe7d07cf55977e3a0c49130488ddaf39655a0dc2 (patch)
treeb694edc8a40374631bc6464703cb0375acd70721 /templates/form.html
parentb1cf3b002c769c1594d5c1d70e6ab3ccf42a1d89 (diff)
Make it obvious that we're talking about Debian here
Diffstat (limited to 'templates/form.html')
-rw-r--r--templates/form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/form.html b/templates/form.html
index 3476248..59b9eb3 100644
--- a/templates/form.html
+++ b/templates/form.html
@@ -1,6 +1,6 @@
<form action="/cl2vcs/index.cgi" method="get">
<p>
- <label for="pkg">Source Package:</label>
+ <label for="pkg">Debian Source Package:</label>
<input type="text" name="pkg" id="pkg"/>
<input type="submit" value="cl2vcs"/>
</p>