]> git.mxchange.org Git - friendica.git/commitdiff
change isreplyto to inreplyto
authorJakobus Schürz <jakobus.schuerz@home.arpa>
Wed, 11 Oct 2023 15:01:08 +0000 (17:01 +0200)
committerJakobus Schürz <jakobus.schuerz@home.arpa>
Wed, 11 Oct 2023 15:02:24 +0000 (17:02 +0200)
src/Object/Post.php

index c679880fbe3feae27ba69fc848499577fa562f6b..aab3d5fee5b4cb6044c03a7c5f1c0343c3e2f168 100644 (file)
@@ -503,7 +503,7 @@ class Post
 
                $tmp_item = [
                        'parentguid'      => $parent_guid,
-                       'isreplyto'       => DI::l10n()->t('is reply to %s', $parent_username),
+                       'inreplyto'       => DI::l10n()->t('in reply to %s', $parent_username),
                        'isunknown'       => $parent_unknown,
                        'isunknown_label' => DI::l10n()->t('Parent is probably private or not federated.'),
                        'template'        => $this->getTemplate(),