diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-18 20:42:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-18 20:42:37 +0200 |
commit | 54547eb3affa06a203e687a7f4a8447e7dd5adf0 (patch) | |
tree | a44fee5f23aca7c8ba76805c9cb7b8e9d7bfafce /templates/landingpage.html.ep | |
parent | 379da61de4da2d74e458dcfa3f9cfc1e02cb063e (diff) |
manual station entry: HAFAS support
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"> |