diff options
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index bf2835e..42a46f2 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -61,7 +61,7 @@ %= form_for 'list_departures' => begin <div class="input-field"> %= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef - <label for="station">Manuelle Eingabe (Name oder DS100)</label> + <label for="station">Manuelle Eingabe</label> </div> <div class="center-align"> <button class="btn waves-effect waves-light btn-flat" type="submit" name="action" value="departures"> |