mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:10:11 +00:00
fix missing blank; translations
This commit is contained in:
parent
099141e0e5
commit
fc3dad8cea
2 changed files with 17 additions and 17 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue