diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2022-11-07 18:23:05 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2022-11-07 18:23:05 +0100 |
commit | fc05987b14924e51c37092876e7c156b748b457b (patch) | |
tree | f8a8dc760fa626a66f452c45d25026a146dbd8b8 /templates/traewelling.html.ep | |
parent | 528f59dbd2be3c58ebdec16a3e047df7796452a2 (diff) |
traewelling: we now accept name or e-mail for login
Diffstat (limited to 'templates/traewelling.html.ep')
-rw-r--r-- | templates/traewelling.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/traewelling.html.ep b/templates/traewelling.html.ep index b68d8c1..88ef481 100644 --- a/templates/traewelling.html.ep +++ b/templates/traewelling.html.ep @@ -120,7 +120,7 @@ <div class="input-field col s12"> <i class="material-icons prefix">account_circle</i> %= text_field 'email', id => 'email', class => 'validate', required => undef, maxlength => 250 - <label for="email">E-Mail</label> + <label for="email">Login (Name oder E-Mail)</label> </div> <div class="input-field col s12"> <i class="material-icons prefix">lock</i> |