]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact/Unfollow.php
Merge pull request #13070 from xundeenergie/fix-share-via
[friendica.git] / src / Module / Contact / Unfollow.php
index 913638a9e2d8c8bd1171c93bdfcc22f9f31a8d73..9bbc34eeed5be0716def2b522cda572f115af668 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -135,7 +135,7 @@ class Unfollow extends \Friendica\BaseModule
 
                $this->page['aside'] = Widget\VCard::getHTML(Contact::getByURL($contact['url'], false));
 
-               $o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => $this->t('Status Messages and Posts')]);
+               $o .= Renderer::replaceMacros(Renderer::getMarkupTemplate('section_title.tpl'), ['$title' => $this->t('Posts and Replies')]);
 
                // Show last public posts
                $o .= Contact::getPostsFromUrl($contact['url']);