aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/html/includes/host_information.tt8
1 files changed, 5 insertions, 3 deletions
diff --git a/root/html/includes/host_information.tt b/root/html/includes/host_information.tt
index b7b02f3..fd6123c 100644
--- a/root/html/includes/host_information.tt
+++ b/root/html/includes/host_information.tt
@@ -93,12 +93,14 @@
[% IF edit AND needmail %]
<tr>
<td colspan=2>
-Please enter your e-mail address:<br>
-<input type="text" name="mail"><br>
-a mail will be be sent with the link to confirm<br>
+A mail will be be sent with the link to confirm<br>
your update request.<br>
</td>
</tr>
+<tr>
+<th>Your e-mail</th>
+<td><input type="text" name="mail"></td>
+</tr>
[% END %]
</table>
[% IF edit %]