diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-12-23 20:13:52 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-12-23 20:13:52 +0100 | 
| commit | b62c5fb4e2800f38ccb1341c3946532b6821ae61 (patch) | |
| tree | b0060a287e4d22a51cdaeca7567707637532084f | |
| parent | 4dd726539d79e6134ce0d50d1b8a99c851c225fa (diff) | |
note that detailed mode also covers train composition now
| -rw-r--r-- | templates/layouts/app.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 4069432..e45a4dd 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -198,7 +198,7 @@ Bitte eine Station aus der Liste auswählen</div>        <div class="desc">          %= check_box 'detailed' => 1, id => 'id_detailed'          <label for="id_detailed"> -          Mehr Details (Zugnummern und Ankunftszeiten) anzeigen +          Mehr Details anzeigen (u.a. Zugnummern und Zugbildungsplan)          </label>        </div>      </div> | 
