diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:38:08 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-12-03 12:38:08 +0100 |
commit | 13f280e29b19c40eff36b4a7f8359725aa07f15e (patch) | |
tree | 34cb3dbcf6eb02ff8d806bde22b9dba0c2ac7ba2 /templates/layouts | |
parent | 39ffb2c653c4940a9cc12fcd15500e53a90772ae (diff) |
i18n: fix typo
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/app.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/app.html.ep b/templates/layouts/app.html.ep index 6d18f8b..63118f1 100644 --- a/templates/layouts/app.html.ep +++ b/templates/layouts/app.html.ep @@ -133,7 +133,7 @@ </div> </div> <div class="field"> - %= submit_button l('Abfahrstafel') + %= submit_button l('Abfahrtstafel') </div> % if (stash('input')) { <div class="geolink"> |