diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-09 12:17:59 +0100 |
commit | 6f1b488d26b24624904162d8127df79f166784ec (patch) | |
tree | 76eaa23097e5afab621a8fca362da7c9ef82bf61 /templates/landingpage.html.ep | |
parent | 0f51f406618eba4f04799fc0a4e6ad7660fe5e27 (diff) |
Slightly more helpful texts for checkin/checkout pages
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 4397a15..bf5de90 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -13,7 +13,7 @@ <a class="action-undo"><i class="material-icons">undo</i> Rückgängig</a> % } </p> - <p>Bei Ankunft am Zielbahnhof: Auswählen zum Auschecken.</p> + <p>Bei Ankunft: Station auswählen zum Auschecken.</p> <table> <tbody> % my $is_after = 0; |