mirror of
https://github.com/friendica/friendica
synced 2025-04-26 21:10:16 +00:00
Fix typo in "in reply to" base translation string
This commit is contained in:
parent
ec9345efa6
commit
af3151d4db
2 changed files with 50 additions and 50 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('in 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