diff options
| -rw-r--r-- | templates/layouts/default.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 15e1be4..0df7f39 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -101,7 +101,7 @@ on 2015-01-02 at 07:00 CET.</div>        Layout      </div>      <div> -      %= select_field mode => [['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'], ['Öffi' => 'clean']] +      %= select_field mode => [['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'], ['Infoscreen' => 'clean']]      </div>    </div>    <div class="field"> | 
