diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 11:28:46 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-30 11:28:46 +0200 |
commit | 48ac18f5b20c8159278f14d941503686f8061a5c (patch) | |
tree | 544ef3f530056dc1ef55fad8685c481f5771435a | |
parent | 45cedb12ead1ab916dc0319fea6895a823513766 (diff) |
status card: we're not just doing trains
-rw-r--r-- | templates/_public_status_card.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index 047d600..33f4236 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -223,7 +223,7 @@ % } % if (not stash('from_timeline')) { <div style="margin-top: 2ex;"> - Zuglauf:<br/> + Route:<br/> % my $before = 1; % my $within = 0; % my $at_startstop = 0; |