diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-22 09:58:09 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-22 09:58:09 +0200 |
commit | d332156b3a037ad7d60964fc68dbd2bd6b20d6af (patch) | |
tree | 8295dd7dbac403c348fee63c24d7d1b3638a69be | |
parent | aac9529717ee485a7c6fe9b726004c7607b0f0e3 (diff) |
add_journey: DS100 is still supported, but very rare these days
-rw-r--r-- | templates/add_journey.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index 046ca43..f7b0f4a 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -94,7 +94,7 @@ <div class="row"> <div class="input-field col s12"> %= text_area 'route', id => 'route', class => 'materialize-textarea' - <label for="route">Unterwegshalte (optional, eine Station pro Zeile, DS100 möglich)</label> + <label for="route">Unterwegshalte (optional, eine Station pro Zeile)</label> </div> </div> <div class="row"> |