summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-03-04 10:07:19 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-03-04 10:07:19 +0100
commit5b3d9363260c8aa85bbbfa65a04abd0bb542f966 (patch)
treefc1d0bd3fdc73d9c7993fece22519f82f8b090e7 /templates
parent1b990cc3cc5f6ef9a91a37750c39c22eb161d2ac (diff)
Druckschrift 100 → Ril100
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/app.html.ep4
-rw-r--r--templates/layouts/legacy.html.ep4
2 files changed, 4 insertions, 4 deletions
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</div>
%= 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'
% }
</div>
</div>
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>