diff options
Diffstat (limited to 'templates/layouts/legacy.html.ep')
-rw-r--r-- | templates/layouts/legacy.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/legacy.html.ep b/templates/layouts/legacy.html.ep index 78867c3..0c8f1fd 100644 --- a/templates/layouts/legacy.html.ep +++ b/templates/layouts/legacy.html.ep @@ -73,10 +73,10 @@ Bitte eine Station aus der Liste auswählen</div> %= select_field input => stash('stationlist') % } % elsif (stash('input')) { - %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel' + %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel' % } % else { - %= text_field 'input', class => 'station', placeholder => 'Name oder DS100-Kürzel', autofocus => 'autofocus' + %= text_field 'input', class => 'station', placeholder => 'Name oder Ril100-Kürzel', autofocus => 'autofocus' % } </div> </div> |