fix missing blank; translations

This commit is contained in:
Jakobus Schürz 2023-10-06 22:34:14 +02:00
parent 099141e0e5
commit fc3dad8cea
2 changed files with 17 additions and 17 deletions

View file

@ -498,7 +498,7 @@ class Post
$tmp_item = [
'parentguid' => $parent_guid,
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username),
'template' => $this->getTemplate(),
'type' => implode('', array_slice(explode('/', $item['verb']), -1)),
'comment_firstcollapsed' => false,