From 035c9dbfa7320b36f2291e1d704fbcb0e20bb3d9 Mon Sep 17 00:00:00 2001 From: xundeenergie Date: Wed, 11 Oct 2023 15:55:02 +0200 Subject: [PATCH] Update src/Object/Post.php Sugfestion accepted Co-authored-by: Hypolite Petovan --- src/Object/Post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Object/Post.php b/src/Object/Post.php index 91500cb99f..c679880fbe 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -505,7 +505,7 @@ class Post 'parentguid' => $parent_guid, 'isreplyto' => DI::l10n()->t('is reply to %s', $parent_username), 'isunknown' => $parent_unknown, - 'isunknown_label' => DI::l10n()->t('parent is probably private or not federated'), + 'isunknown_label' => DI::l10n()->t('Parent is probably private or not federated.'), 'template' => $this->getTemplate(), 'type' => implode('', array_slice(explode('/', $item['verb']), -1)), 'comment_firstcollapsed' => false,