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 2f35b54..2822b6c 100644 --- a/templates/route_map.html.ep +++ b/templates/route_map.html.ep @@ -94,6 +94,6 @@ nicht implementiert. % if (my $op = stash('operator')) { <div class="container" style="margin-top: 1ex; margin-bottom: 1ex; color: #555;"> -Betrieb: <%= $op %> +<%= l 'Betrieb' %>: <%= $op %> </div> % } |