diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-16 21:23:59 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-16 21:23:59 +0200 |
commit | 7b5712befbae16078cba378c8083d40d92004326 (patch) | |
tree | 27d8a13cdf9338e43daf8dba76b21e077714625f | |
parent | cb55ded857c8167ca7042166efb641a7bdfd4305 (diff) |
_checked_in: rename Details to Meldungen
-rw-r--r-- | templates/_checked_in.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_checked_in.html.ep b/templates/_checked_in.html.ep index 4252d9d..cf19f3c 100644 --- a/templates/_checked_in.html.ep +++ b/templates/_checked_in.html.ep @@ -330,7 +330,7 @@ % if ($journey->{arr_name}) { <div class="card" style="margin-top: <%= scalar @{stash('timeline') // []} ? '1.5rem' : '3em' %>;"> <div class="card-content"> - <span class="card-title">Details</span> + <span class="card-title">Meldungen</span> % if (@{$journey->{extra_data}{him_msg} // []}) { <p style="margin-bottom: 2ex;"> <ul> |