From 5b3d9363260c8aa85bbbfa65a04abd0bb542f966 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 4 Mar 2023 10:07:19 +0100 Subject: Druckschrift 100 → Ril100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/layouts/app.html.ep | 4 ++-- templates/layouts/legacy.html.ep | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index e9ba4a0..722327b 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -134,10 +134,10 @@ Bitte eine Station aus der Liste auswählen %= select_field input => stash('stationlist') % } % elsif (stash('input')) { - %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput' + %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput' % } % else { - %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder DS100-Kürzel', id => 'stationinput', autofocus => 'autofocus' + %= text_field 'input', class => 'station', placeholder => 'Zug, Stationsname oder Ril100-Kürzel', id => 'stationinput', autofocus => 'autofocus' % } 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 %= 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' % } -- cgit v1.2.3