summaryrefslogtreecommitdiff
path: root/templates/route_map.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-10-31 14:37:33 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-10-31 14:37:33 +0100
commitb31c75334c0054ddae213defdb3f38280ced3aef (patch)
treef8b2f90b98c0bc81e61afb8d138f00266ddf4b6d /templates/route_map.html.ep
parenta4dabd1b6b13592e9ca07a5bbcbeff2c01e9de18 (diff)
i18n for map and wagon order
Diffstat (limited to 'templates/route_map.html.ep')
-rw-r--r--templates/route_map.html.ep2
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>
% }