diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-25 18:09:24 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-03-25 18:09:24 +0100 |
commit | 2761baf6eebd935206f72a6d48c0d981e713e2dd (patch) | |
tree | 9050450c745b9cfbaadf434230c268c0f6433ad4 /templates/legend.html.ep | |
parent | 4fb451040f66d26f5bf38e66eb04fb01e6b89adc (diff) |
Consistently use 'train' for DB (IRIS, bahn.de) and 'directions' for HAFAS
Diffstat (limited to 'templates/legend.html.ep')
-rw-r--r-- | templates/legend.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/legend.html.ep b/templates/legend.html.ep index 73fded9..3dc113a 100644 --- a/templates/legend.html.ep +++ b/templates/legend.html.ep @@ -15,11 +15,11 @@ </tr> <tr> <td><i class="material-icons">train</i></td> - <td>Backend: DB IRIS. Bevorzugte Datenquelle für (mindestens teilweise) innerdeutsche Zugfahrten.</td> + <td>Backend: Deutsche Bahn (bahn.de oder IRIS-TTS).</td> </tr> <tr> <td><i class="material-icons">directions</i></td> - <td>Backend: DB HAFAS. Bevorzugte Datenquelle für Nahverkehr und vollständig außerdeutsche Zugfahrten. Weniger detailliert als IRIS.</td> + <td>Backend: HAFAS.</td> </tr> </tbody> </table> |