diff options
Diffstat (limited to 'templates/route_map.html.ep')
-rw-r--r-- | templates/route_map.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep index 502b7fd..447960a 100644 --- a/templates/route_map.html.ep +++ b/templates/route_map.html.ep @@ -91,6 +91,6 @@ nicht implementiert. % if (my $op = stash('operator')) { <div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;"> -<%= l 'Betrieb' %>: <%= $op %> +Betrieb: <%= $op %> </div> % } |