altered texts

This commit is contained in:
2022-04-19 11:31:35 +02:00
parent 1b9a69e60d
commit 67fcb51342
2 changed files with 5 additions and 5 deletions

View File

@@ -12,16 +12,16 @@
<h1>Widerhall login</h1>
<form method="POST">
<fieldset>
<legend>Login-Daten</legend>
<legend>Login credentials</legend>
<label>
<input type="text" name="email" value="«data.email»" id="email" />
E-Mail-Adresse
Email address
</label>
<label>
<input type="password" name="pass" value="" id="password" />
Passwort
Password
</label>
<button type="submit">Einloggen</button>
<button type="submit">Login</button>
</fieldset>
</form>
</body>