timeline_link: add missing space behind 'auch'

This commit is contained in:
Birte Kristina Friesel 2023-07-16 18:34:37 +02:00
parent f9d1c266ce
commit 49beb09229
No known key found for this signature in database
GPG key ID: 19E6E524EBB177BA

View file

@ -7,10 +7,10 @@
ist gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
% elsif (@{$timeline} == 2) {
und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs
und <strong><%= $timeline->[1]->{followee_name} %></strong> sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
% else {
<strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %>unterwegs
<strong><%= scalar @{$timeline} %></strong> Accounts sind gerade <%= stash('from_checkin') ? 'auch' : q{} %> unterwegs
% }
</a>
</div>