Fix typo in "in reply to" base translation string

This commit is contained in:
Hypolite Petovan 2023-10-07 02:31:56 -04:00
parent ec9345efa6
commit af3151d4db
2 changed files with 50 additions and 50 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('in reply to %s', $parent_username),
'template' => $this->getTemplate(),
'type' => implode('', array_slice(explode('/', $item['verb']), -1)),
'comment_firstcollapsed' => false,