diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-23 12:31:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:36 +0100 |
commit | 68e8fd157e6a2c934def80dc9055c9b6d685d1b6 (patch) | |
tree | 32a400bd571dac0b0e86bbde8e6ccb13d1b12c2a /templates/cgi/debian-official/form.html | |
parent | 813f5227ab37641926ef1669ad185376abc904de (diff) | |
download | vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.tar.gz vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.zip |
Renaming 'packages lists' to 'package lists' all over the place.
Diffstat (limited to 'templates/cgi/debian-official/form.html')
-rw-r--r-- | templates/cgi/debian-official/form.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 1872a22fd..d3ae83736 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -43,9 +43,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -168,7 +168,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> |