diff options
Diffstat (limited to 'templates/_departures_hafas.html.ep')
-rw-r--r-- | templates/_departures_hafas.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_departures_hafas.html.ep b/templates/_departures_hafas.html.ep index a10594e..369f5f4 100644 --- a/templates/_departures_hafas.html.ep +++ b/templates/_departures_hafas.html.ep @@ -42,7 +42,7 @@ %= $result->destination % for my $checkin (@{$checkin_by_train->{$result->id} // []}) { <span class="followee-checkin"> - <i class="material-icons tiny">people</i> + <i class="material-icons tiny" aria-label="Eine Person, der du folgst, ist hier eingecheckt">people</i> <%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %> </span> % } |